mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove node restriction from package.json
yarn requires correct node version in package.json and wont install with 4.x. removing since we dont care about it.
This commit is contained in:
parent
90602942f5
commit
ee4bbf61a9
@ -53,10 +53,6 @@
|
||||
"systemjs": "0.19.41",
|
||||
"zone.js": "^0.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "4.x",
|
||||
"npm": "2.14.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/grunt-cli/bin/grunt",
|
||||
"test": "./node_modules/grunt-cli/bin/grunt test",
|
||||
|
Loading…
Reference in New Issue
Block a user