From 333466ccbaa782259938733ddac6870859594c13 Mon Sep 17 00:00:00 2001 From: Marco Scabbiolo Date: Tue, 17 Apr 2018 00:35:17 -0300 Subject: [PATCH] Changed engine configuration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abf5923..1544306 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/np-maintain/global-tunnel.git" }, "engines": { - "node": "0.10.x" + "node": ">=0.10" }, "dependencies": { "lodash": "^4.17.0",