From 8574af38c5d0328eae9472f9aaa587f472af1950 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Tue, 8 Jun 2021 02:05:02 +0800 Subject: [PATCH] fix: package.json - deprecation warning on exports field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15ff663d..34239032 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "require": "./index.js", "import": "./index.mjs" }, - "./": "./" + "./*": "./*.js" }, "scripts": { "test": "make test"