Specify stricter engine version

This commit is contained in:
Brian Beck 2016-12-09 19:40:52 -08:00
parent 9f3122c9c6
commit 705f76b5b1

View file

@ -12,8 +12,8 @@
"yarn.lock"
],
"engines": {
"node": ">=4.3.0",
"npm": ">=3.8.0"
"node": "^4.3.0, ^6.2.0",
"npm": "^3.8.0, ^4.0.0"
},
"scripts": {
"build": "npm run build:lib && npm run update-schema && npm run build:docs",