Skip to content

Commit d632421

Browse files
authored
build: simplify exports (#80)
1 parent d0f0638 commit d632421

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
"version": "1.6.0",
44
"description": "@vitejs release scripts",
55
"license": "MIT",
6-
"main": "dist/index.js",
76
"type": "module",
87
"files": [
98
"dist"
109
],
11-
"exports": {
12-
".": {
13-
"types": "./dist/index.d.ts",
14-
"import": "./dist/index.js"
15-
}
16-
},
10+
"exports": "./dist/index.js",
1711
"repository": {
1812
"type": "git",
1913
"url": "git+https://github.com/vitejs/release-scripts.git"

0 commit comments

Comments
 (0)