1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

package.json: change the engine version to >= 0.10.1.

This commit is contained in:
XhmikosR 2015-02-14 14:31:31 +02:00
parent d4ff583428
commit 3b783bd0b5

View file

@ -62,7 +62,7 @@
"time-grunt": "~1.0.0"
},
"engines": {
"node": "~0.10.1"
"node": ">=0.10.1"
},
"jspm": {
"main": "js/bootstrap",