Fix node version in package.json
Value was incoherent since https://github.com/grafana/grafana/commit/1900c81d9f9507ed4dbd18e95569480dfd0922f7
Showing
... | ... | @@ -57,7 +57,7 @@ |
"systemjs": "0.19.24" | ||
}, | ||
"engines": { | ||
"node": "0.4.x", | ||
"node": "4.x", | ||
"npm": "2.14.x" | ||
}, | ||
"scripts": { | ||
... | ... |
Please
register
or
sign in
to comment