Supporting Node.js v8 and npm v5.
This commit is contained in:
parent
27e0717ddd
commit
12b97edb99
@ -33,7 +33,8 @@
|
||||
"start": "zoo node dist"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=7.6"
|
||||
"node": ">=8.1.2",
|
||||
"npm": ">=5"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
@ -41,7 +42,7 @@
|
||||
"env",
|
||||
{
|
||||
"targets": {
|
||||
"node": 7.6
|
||||
"node": "8"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@ -14,4 +14,4 @@ For production run `npm run build && npm run start`.
|
||||
|
||||
## Support
|
||||
|
||||
- Node.js versions >= 7.6.
|
||||
See `engines` in `package.json`.
|
||||
|
||||
@ -20,6 +20,10 @@
|
||||
"build": "zoo next build",
|
||||
"start": "zoo next start"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.1.2",
|
||||
"npm": ">=5"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
"next/babel"
|
||||
|
||||
@ -14,4 +14,4 @@ For production run `npm run build && npm run start`.
|
||||
|
||||
## Support
|
||||
|
||||
- Node.js versions >= 7.6.
|
||||
See `engines` in `package.json`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user