Skip to content

Commit

Permalink
chore: set local packages private
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 26, 2022
1 parent f018f13 commit 6ee9c89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion playground/external/dep-that-imports-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@vitejs/dep-that-imports-vue",
"version": "0.0.1",
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.37"
}
Expand Down
3 changes: 2 additions & 1 deletion playground/external/dep-that-requires-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@vitejs/dep-that-requires-vue",
"version": "0.0.1",
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.37"
}
Expand Down

0 comments on commit 6ee9c89

Please sign in to comment.