diff --git a/package.json b/package.json index 2d6bd5f..7e6df10 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "license": "MIT", "author": "chopster44", "type": "commonjs", - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "types": "./dist/types/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.es.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "require": "./dist/cjs/index.js", - "import": "./dist/esm/index.js" + "require": "./dist/index.cjs.js", + "import": "./dist/index.es.js" } }, "files": [