Skip to content

Commit

Permalink
fix: 修复unpkg找不到默认js的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan9 committed Apr 9, 2021
1 parent ab0737e commit 0023c2c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/vue3-count-to.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue3-count-to.esm.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue3-count-to.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue3-count-to.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-count-to",
"version": "1.0.10-beta.01",
"version": "1.0.10-beta.02",
"description": "vue-count-to 支持vue2、vue3版本",
"main": "dist/vue3-count-to.min.js",
"module": "dist/vue3-count-to.esm.js",
Expand Down Expand Up @@ -73,5 +73,5 @@
"attributes": "vetur/attributes.json"
},
"homepage": "https://github.com/xiaofan9/vue-count-to#readme",
"unpkg": "dist/vue3-count-to.js"
"unpkg": "dist/vue3-count-to.min.js"
}

0 comments on commit 0023c2c

Please sign in to comment.