Skip to content

Commit f20bf2d

Browse files
committed
fix main
1 parent 33ac636 commit f20bf2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "v-ctrl",
3-
"version": "1.0.0",
4-
"main": "index.js",
3+
"version": "1.0.1",
4+
"main": "dist/index.js",
5+
"module": "dist/index.esm.js",
6+
"unpkg": "dist/index.js",
57
"repository": {
68
"url": "https://github.com/v-comp/v-ctrl.git",
79
"type": "git"

0 commit comments

Comments
 (0)