diff --git a/package.json b/package.json index c4f8b4d..b3658a8 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,10 @@ "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, + "type": "module", "bin": { - "strip-json-comments": "cli.js" + "strip-json-comments": "./cli.js" }, - "type": "module", - "exports": "./index.js", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" },