diff --git a/package.json b/package.json index e4e9505..10b3ad5 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,11 @@ "version": "1.6.0", "description": "@vitejs release scripts", "license": "MIT", - "main": "dist/index.js", "type": "module", "files": [ "dist" ], - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - } - }, + "exports": "./dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/vitejs/release-scripts.git"