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", "lib",
"scripts", "scripts",
"Procfile", "Procfile",
"schema.json" "schema.json",
"yarn.lock"
], ],
"engines": { "engines": {
"node": "^4.3.0", "node": ">=4.3.0",
"npm": "^3.10.5" "npm": ">=3.8.0"
}, },
"scripts": { "scripts": {
"build": "npm run build:lib && npm run update-schema && npm run build:docs", "build": "npm run build:lib && npm run update-schema && npm run build:docs",