Add yarn.lock to package, relax package.json engines versions

This commit is contained in:
Brian Beck 2016-11-26 02:48:31 -08:00
parent 742b70f834
commit e417b3b45b

View file

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