diff --git a/package-lock.json b/package-lock.json index 554a2246..7d77f093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "chai", "version": "4.3.4", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c89bb7b0..95d5bb5b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "require": "./index.js", "import": "./index.mjs" }, - "./*": "./*.js" + "./*": "./*" }, "scripts": { "test": "make test"