Skip to content

Commit 468f282

Browse files
authored
Update package.json to fix the index export
1 parent a1527f4 commit 468f282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-magic-grid",
33
"version": "0.0.3",
44
"description": "This is a Vue.js port of @e-oj 's Magic Grid",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"test": "cd test && npm run serve"
88
},

0 commit comments

Comments
 (0)