mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add yarn.lock to package, relax package.json engines versions
This commit is contained in:
parent
742b70f834
commit
e417b3b45b
1 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue