Skip to content

Commit

Permalink
fix: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Jul 22, 2023
1 parent 861628d commit d0dcd8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/vite-config-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lib": "dist"
},
"files": [
"dist"
"dist",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/vite-config-vue2s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lib": "dist"
},
"files": [
"dist"
"dist",
"src"
],
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/vite-config-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lib": "dist"
},
"files": [
"dist"
"dist",
"src"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d0dcd8a

Please sign in to comment.