Skip to content

Commit

Permalink
fix: fixed unpkg entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 9, 2021
1 parent 9d46752 commit e1c440e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"main": "dist/cjs/pathStore.js",
"module": "dist/es/pathStore.js",
"unpkg": "dist/umd/pathStore.umd.js",
"unpkg": "dist/umd/pathStore.js",
"scripts": {
"serve": "vue-cli-service serve",
"build:vue": "vue-cli-service build",
Expand Down

0 comments on commit e1c440e

Please sign in to comment.