From 122b0d20a944809866a69e3efc6b0e7b8491eed2 Mon Sep 17 00:00:00 2001 From: Soulou Date: Tue, 28 Jun 2016 14:36:15 +0200 Subject: [PATCH] Fix node version in package.json Value was incoherent since https://github.com/grafana/grafana/commit/1900c81d9f9507ed4dbd18e95569480dfd0922f7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7987a50001..94048488c3b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "systemjs": "0.19.24" }, "engines": { - "node": "0.4.x", + "node": "4.x", "npm": "2.14.x" }, "scripts": {