8000 fix: Change main file in package.json · vuejs/rollup-plugin-vue@73f944c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 73f944c

Browse files
committed
fix: Change main file in package.json
1 parent e930d1c commit 73f944c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"vue"
1313
],
1414
"license": "MIT",
15-
"main": "dist/rollup-plugin-vue.common.js",
16-
"module": "dist/rollup-plugin-vue.js",
15+
"main": "dist/index.js",
1716
"repository": {
1817
"type": "git",
1918
"url": "git+https://github.com/znck/rollup-plugin-vue.git"

0 commit comments

Comments
 (0)
0