diff --git a/package.json b/package.json index cf0f149..62c6f59 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,8 @@ "url": "https://github.com/nix6839" }, "type": "module", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - } - }, - "main": "./dist/index.js", + "exports": "./dist/index.js", + "types": "./dist/index.d.ts", "files": [ "dist" ],