Skip to content

Commit

Permalink
chore: set local packages private (#8790)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 26, 2022
1 parent 1566f61 commit b7d268b
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
@@ -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
@@ -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 b7d268b

Please sign in to comment.