Merge pull request #827 from msgeissler/patch-1

Updated version of node for alpha
This commit is contained in:
Jim LAURIE 2018-03-24 12:09:51 +01:00 committed by GitHub
commit b1e90d5136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ ecosystem has been introduced. **Both versions are available, we still recommend
#### Alpha
The alpha has support for the latest version of Node.js (v8) and npm (v5).
The alpha has support for the latest version of Node.js (v9) and npm (v5).
```bash
npm install strapi@alpha -g
```

View File

@ -51,8 +51,8 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 7.0.0",
"npm": ">= 3.0.0"
"node": ">= 9.0.0",
"npm": ">= 5.0.0"
},
"license": "MIT"
}