Fix node version in package.json
Value was incoherent since https://github.com/grafana/grafana/commit/1900c81d9f9507ed4dbd18e95569480dfd0922f7
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
||||
"systemjs": "0.19.24"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.4.x",
|
||||
"node": "4.x",
|
||||
"npm": "2.14.x"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user