From: XhmikosR Date: Sat, 14 Feb 2015 12:31:31 +0000 (+0200) Subject: package.json: change the engine version to >= 0.10.1. X-Git-Tag: v3.3.4~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b783bd0b55da22e5a138670668b894b74d29676;p=thirdparty%2Fbootstrap.git package.json: change the engine version to >= 0.10.1. --- diff --git a/package.json b/package.json index db2ed2bc08..f4c9a33d3b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "time-grunt": "~1.0.0" }, "engines": { - "node": "~0.10.1" + "node": ">=0.10.1" }, "jspm": { "main": "js/bootstrap",