diff options
| author | Mark Otto <[email protected]> | 2013-07-26 23:36:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 23:36:38 -0700 |
| commit | b4c4072679943773a7582daa63f545ba818fa627 (patch) | |
| tree | eb813b137e1792b81377c1041a240782b79d2ef1 /bower.json | |
| parent | d991ef2ab1b4d156c7e5d33d052d66f8eaafc460 (diff) | |
| parent | 04b00365da0da573b7cac3c4f0222885700ecef7 (diff) | |
| download | bootstrap-2.3.2.tar.xz bootstrap-2.3.2.zip | |
Merge pull request #8637 from twitter/2.3.2-wipv2.3.2
Bump 2.3.2 dependencies and docs links for v3 RC1
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..1fea87990 --- /dev/null +++ b/bower.json @@ -0,0 +1,8 @@ +{ + "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" + } +}
\ No newline at end of file |
