Commit 122b0d20 by Soulou

Fix node version in package.json

Value was incoherent since
https://github.com/grafana/grafana/commit/1900c81d9f9507ed4dbd18e95569480dfd0922f7
parent af216ecf
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"systemjs": "0.19.24" "systemjs": "0.19.24"
}, },
"engines": { "engines": {
"node": "0.4.x", "node": "4.x",
"npm": "2.14.x" "npm": "2.14.x"
}, },
"scripts": { "scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment