diff options
author | Thomas Park <thomas@thomaspark.me> | 2015-03-17 14:23:20 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2015-03-17 14:23:20 -0400 |
commit | 66e5c761eea0ce48fcf72844f043db4bcb43c6d9 (patch) | |
tree | e394156c0683a60f4cf7d8213fb0bbbf32001ae4 /bower_components/bootstrap/.bower.json | |
parent | 93738d763fd08637ccfd3ab322176b70f099d309 (diff) |
update bootstrap 3.3.4
Diffstat (limited to 'bower_components/bootstrap/.bower.json')
-rw-r--r-- | bower_components/bootstrap/.bower.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bower_components/bootstrap/.bower.json b/bower_components/bootstrap/.bower.json index 6c17b2b0..5400ea08 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.3.2", + "version": "3.3.4", "keywords": [ "css", "js", @@ -20,7 +20,8 @@ "dist/fonts/glyphicons-halflings-regular.eot", "dist/fonts/glyphicons-halflings-regular.svg", "dist/fonts/glyphicons-halflings-regular.ttf", - "dist/fonts/glyphicons-halflings-regular.woff" + "dist/fonts/glyphicons-halflings-regular.woff", + "dist/fonts/glyphicons-halflings-regular.woff2" ], "ignore": [ "/.*", @@ -35,13 +36,13 @@ "dependencies": { "jquery": ">= 1.9.1" }, - "_release": "3.3.2", + "_release": "3.3.4", "_resolution": { "type": "version", - "tag": "v3.3.2", - "commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082" + "tag": "v3.3.4", + "commit": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f" }, "_source": "git://github.com/twbs/bootstrap.git", - "_target": "~3.3.2", + "_target": "~3.3.4", "_originalSource": "bootstrap" }
\ No newline at end of file |