Skip to content

Commit

Permalink
deps: use egg-init v3 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: jilingyun <lingyun_work@163.com>
  • Loading branch information
jasonjiicloud and jasonjiflyer committed Nov 28, 2023
1 parent fe6848b commit 53ee437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.1",
"description": "Alias for egg-init, so you could use `npm init egg showcase`.",
"dependencies": {
"egg-init": "^2"
"egg-init": "3"
},
"devDependencies": {
"autod": "^3.0.1",
Expand All @@ -16,7 +16,7 @@
},
"bin": "./bin/create-egg.js",
"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},
"scripts": {
"autod": "autod",
Expand Down

0 comments on commit 53ee437

Please sign in to comment.