https://github.com/twbs/bootstrap
Revision 790cb187f1188c619d282e76ca9b1b496fd1974d authored by Chris Rebert on 19 July 2013, 05:57:59 UTC, committed by Chris Rebert on 19 July 2013, 05:57:59 UTC
1 parent d991ef2
Raw File
Tip revision: 790cb187f1188c619d282e76ca9b1b496fd1974d authored by Chris Rebert on 19 July 2013, 05:57:59 UTC
component.json -> bower.json; adjust jquery to >=1.8.0 <2.1.0
Tip revision: 790cb18
bower.json
{
  "name": "bootstrap",
  "version": "2.3.2",
  "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
  "dependencies": {
    "jquery": ">=1.8.0 <2.1.0"
  }
}
back to top