Fix Herkou staging deploy
- Dangerous semver range (>) in engines.node https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
This commit is contained in:
committed by
Paul Melnikow
parent
3c37dbd3dc
commit
05402ef45c
@@ -117,8 +117,8 @@
|
||||
"whatwg-url": "^6.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6",
|
||||
"npm": ">= 5"
|
||||
"node": "6.x",
|
||||
"npm": "5.x"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
|
||||
Reference in New Issue
Block a user