0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Specify engines in package.json.

Things don't work with older versions.
This commit is contained in:
XhmikosR 2014-03-07 08:42:48 +02:00
parent 7e299c6a49
commit 29d2de869e

View File

@ -59,6 +59,9 @@
"markdown": "~0.5.0",
"css-flip": "~0.3.0"
},
"engines": {
"node": "~0.10.1"
},
"jspm": {
"main": "js/bootstrap",
"directories": {