Skip to content

Commit 9260082

Browse files
committed
chore: update package.json
1 parent 383f77f commit 9260082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-request",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.0",
44
"description": "A request library for Vue 3",
55
"license": "MIT",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"unpkg": "dist/vue-request.min.js",
2222
"types": "dist/types/index.d.ts",
2323
"files": [
24-
"dist"
24+
"dist/**"
2525
],
2626
"scripts": {
2727
"build": "yarn clean && rollup --config ./build/rollup.config.js",

0 commit comments

Comments
 (0)