From 5276af683ca4f6699768b4401dcf4c7c331e83f7 Mon Sep 17 00:00:00 2001 From: Mimi Date: Tue, 25 Jan 2022 22:35:08 +0800 Subject: [PATCH] fix: package.json - deprecation warning on exports field (#1400) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89c510d1..c89bb7b0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "require": "./index.js", "import": "./index.mjs" }, - "./": "./" + "./*": "./*.js" }, "scripts": { "test": "make test"