diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-11-01 21:05:20 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-11-01 21:05:20 -0400 |
commit | 918b2a49ca6ac074bac47f6685cf3a687a4c6212 (patch) | |
tree | 5d11a2820c6e0726a6ee071724557d12a90c6709 /bower_components/bootstrap/.bower.json | |
parent | 5c12c8a99c04fbff7d13e97679121a5de13e01d6 (diff) |
3.2.0 -> 3.3.0
Diffstat (limited to 'bower_components/bootstrap/.bower.json')
-rw-r--r-- | bower_components/bootstrap/.bower.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/bower_components/bootstrap/.bower.json b/bower_components/bootstrap/.bower.json index 7192ff15..1fc4d136 100644 --- a/bower_components/bootstrap/.bower.json +++ b/bower_components/bootstrap/.bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "3.2.0", + "version": "3.3.0", "keywords": [ "css", "js", @@ -23,7 +23,7 @@ "dist/fonts/glyphicons-halflings-regular.woff" ], "ignore": [ - ".*", + "/.*", "_config.yml", "CNAME", "composer.json", @@ -33,15 +33,16 @@ "test-infra" ], "dependencies": { - "jquery": ">= 1.9.0" + "jquery": ">= 1.9.1" }, - "_release": "3.2.0", + "_release": "3.3.0", "_resolution": { "type": "version", - "tag": "v3.2.0", - "commit": "c068162161154a4b85110ea1e7dd3d7897ce2b72" + "tag": "v3.3.0", + "commit": "16dbdbd7a2c6cfa3be4e5dcc52249e577c02c84a" }, "_source": "git://github.com/twbs/bootstrap.git", - "_target": "~3.2.0", - "_originalSource": "bootstrap" + "_target": "~3.3.0", + "_originalSource": "bootstrap", + "_direct": true }
\ No newline at end of file |