mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Specify engines in package.json.
Things don't work with older versions.
This commit is contained in:
parent
7e299c6a49
commit
29d2de869e
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
|||
"markdown": "~0.5.0",
|
||||
"css-flip": "~0.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "~0.10.1"
|
||||
},
|
||||
"jspm": {
|
||||
"main": "js/bootstrap",
|
||||
"directories": {
|
||||
|
|
Loading…
Add table
Reference in a new issue