Bootstrap 3.3.2 Update

This commit is contained in:
David Miller
2015-01-20 02:49:35 -05:00
parent c86d11faa3
commit bc81e5d799
59 changed files with 1221 additions and 686 deletions

View File

@@ -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.1",
"version": "3.3.2",
"keywords": [
"css",
"js",
@@ -35,14 +35,13 @@
"dependencies": {
"jquery": ">= 1.9.1"
},
"_release": "3.3.1",
"_release": "3.3.2",
"_resolution": {
"type": "version",
"tag": "v3.3.1",
"commit": "9a7e365c2c4360335d25246dac11afb1f577210a"
"tag": "v3.3.2",
"commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.3.1",
"_originalSource": "bootstrap",
"_direct": true
"_originalSource": "bootstrap"
}