diff --git a/package.json b/package.json index b840995..0ca926a 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,8 @@ "url": "https://sindresorhus.com" }, "type": "module", - "exports": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, + "exports": "./dist/index.js", + "types": "./dist/index.d.ts", "engines": { "node": ">=14.16" },