Skip to content

Commit

Permalink
chore: use yarn workspace for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 21, 2024
1 parent 7a68180 commit c1746ef
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 17 deletions.
11 changes: 4 additions & 7 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
"deploy": "$npm_execpath build && wrangler pages deploy ./dist"
},
"private": true,
"dependencies": {
"honox": "^0.0.0"
},
"devDependencies": {
"vite": "^5.0.10",
"wrangler": "^3.22.1"
"vite": "^5.0.12",
"wrangler": "^3.23.0"
},
"resolutions": {
"honox": "portal:../.."
"dependencies": {
"honox": "workspace:^"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
"registry": "https://registry.npmjs.org"
},
"homepage": "https://hono.dev",
"workspaces": [
"examples/basic"
],
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
Expand Down
Loading

0 comments on commit c1746ef

Please sign in to comment.