]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: change the engine version to >= 0.10.1.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 14 Feb 2015 12:31:31 +0000 (14:31 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 14 Feb 2015 12:32:16 +0000 (14:32 +0200)
package.json

index db2ed2bc08c7a163bb3bc7d219ac39a07e99b296..f4c9a33d3bb9ee5b54cb6bdc1c68a01055f9fdbd 100644 (file)
@@ -62,7 +62,7 @@
     "time-grunt": "~1.0.0"
   },
   "engines": {
-    "node": "~0.10.1"
+    "node": ">=0.10.1"
   },
   "jspm": {
     "main": "js/bootstrap",