Merge pull request #281 from detrohutt/fix-warn-node-version

Warn on `npm install nuxt` when using an untargeted version of node or npm
This commit is contained in:
Sébastien Chopin 2017-02-18 13:50:55 +01:00 committed by GitHub
commit e7a5b121ab

View File

@ -46,6 +46,10 @@
"precommit": "npm run lint",
"prepublish": "npm run build"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10",
"npm": ">=3.0.0"
},
"dependencies": {
"ansi-html": "^0.0.7",
"autoprefixer": "^6.7.2",