Skip to content

Commit 7ffa0e5

Browse files
committed
fix package json
1 parent c76606a commit 7ffa0e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"bugs": {
2020
"url": "https://github.com/f/vuex-loading/issues"
2121
},
22-
"main": "dist/vue-loading.js",
22+
"main": "src/vue-loading.js",
23+
"browser": "dist/vue-loading.js",
2324
"files": [
2425
"src",
2526
"LICENSE",

0 commit comments

Comments
 (0)