From 9665397258c0ff5701e2d575431b93073bd4dc85 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 24 Apr 2017 11:24:55 +0200 Subject: [PATCH] Allow node newer than 6 to run the app Closes #219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ff0ff4cef..2c45d39080 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/unleash/unleash/issues" }, "engines": { - "node": "6" + "node": ">=6" }, "license": "Apache-2.0", "main": "./lib/server-impl.js",