Skip to content

Commit

Permalink
feat: hide birpc deps intro layer's package
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 30, 2023
1 parent edfbfc5 commit 0f5f0fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 6 additions & 0 deletions templates/basic/.layer-playground/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"birpc": "^0.2.14"
}
}
6 changes: 1 addition & 5 deletions templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "nuxt dev",
"prepare": "nuxt prepare"
},
"dependencies": {
"birpc": "^0.2.14"
"dev": "nuxt dev"
},
"devDependencies": {
"nuxt": "latest",
Expand Down
5 changes: 1 addition & 4 deletions templates/basic/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion templates/basic/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
packages: []
packages:
- ./layer-playground

0 comments on commit 0f5f0fc

Please sign in to comment.