Skip to content

Commit

Permalink
fix(boilerplate): update nodejs requirement for all boilerplate
Browse files Browse the repository at this point in the history
Update pkg.engines.node requirement to >=10.16.0  (#279)
  • Loading branch information
waitingsong committed Jul 23, 2019
1 parent 1b4dcde commit 1602d3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"midway-demo-lib": "1"
},
"engines": {
"node": ">=8.9.0"
"node": ">=10.16.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=local midway-bin dev --ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"puppeteer": "^1.12.1"
},
"engines": {
"node": ">=9.11.2"
"node": ">=10.16.0"
},
"checkFiles": [
"src/**/*.js*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"umi-plugin-react": "^1.1.1"
},
"engines": {
"node": ">=9.11.2"
"node": ">=10.16.0"
},
"scripts": {
"debug": "cross-env NODE_ENV=local midway-bin debug --ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^3.4.0"
},
"engines": {
"node": ">=8.9.0"
"node": ">=10.16.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-{{name}} --framework=midway",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^3.4.0"
},
"engines": {
"node": ">=8.9.0"
"node": ">=10.16.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-{{name}} --framework=midway",
Expand Down

0 comments on commit 1602d3a

Please sign in to comment.