From 083c1cf063af8825ffa1fb5c879845ff6e995df2 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Sat, 12 Feb 2022 22:18:05 +0900 Subject: [PATCH] fix: cannot find module error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7687b870..cd8124d7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "require": "./index.js", "import": "./index.mjs" }, - "./*": "./*" + "./*": "./*.js" }, "scripts": { "test": "make test"