Skip to content

Commit

Permalink
migrate from npm-run-all to npm-run-all2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tksst committed Jan 7, 2024
1 parent e011c11 commit 9985d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"esbuild": "^0.17.11",
"npm-run-all": "^4.1.5"
"npm-run-all2": "^6.1.1"
},
"dependencies": {
"hono": "^3.12.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/lambda-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"esbuild": "^0.17.11",
"npm-run-all": "^4.1.5"
"npm-run-all2": "^6.1.1"
},
"dependencies": {
"hono": "^3.12.0"
Expand Down

0 comments on commit 9985d69

Please sign in to comment.