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:
Paul Melnikow
2017-10-28 15:15:20 -04:00
committed by Paul Melnikow
parent 3c37dbd3dc
commit 05402ef45c

View File

@@ -117,8 +117,8 @@
"whatwg-url": "^6.3.0"
},
"engines": {
"node": ">= 6",
"npm": ">= 5"
"node": "6.x",
"npm": "5.x"
},
"babel": {
"presets": [