Skip to content

Commit cbaf287

Browse files
author
chaos
committed
fix npm pack
1 parent 3b77352 commit cbaf287

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
``` json
1717
{
1818
"dependencies":{
19-
"@veigit/vue3-treeselect": "https://github.com/chaosue/vue3-treeselect/files/10401373/vue3-veigit-treeselect_0.2.0.zip"
19+
"@veigit/vue3-treeselect": "https://github.com/chaosue/vue3-treeselect/releases/download/0.2.0/npm_veigit-vue3-treeselect-0.2.0.tgz"
2020
}
2121
}
2222
```

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848
],
4949
"homepage": "https://github.com/bosquig/vue3-treeselect",
5050
"files": [
51-
"dist/*.js",
52-
"dist/*.css",
53-
"styles"
51+
"dist/*",
52+
"README.md"
5453
],
5554
"keywords": [
5655
"vue",

0 commit comments

Comments
 (0)