diff --git a/package.json b/package.json index a9fdc3c..33f895d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "type": "github", "url": "https://github.com/sponsors/colinhacks" }, - "module": "./dist/index.js", "bin": "./dist/index.cjs", "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", @@ -69,16 +68,6 @@ "@zod/source": "src" } }, - "main": "./dist/index.cjs", - "types": "./dist/index.d.cts", - "exports": { - ".": { - "@zod/source": "./src/index.ts", - "types": "./dist/index.d.cts", - "import": "./dist/index.js", - "require": "./dist/index.cjs" - } - }, "files": [ "dist" ],