mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Specify stricter engine version
This commit is contained in:
parent
9f3122c9c6
commit
705f76b5b1
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue