// update bower with latest bootstrap 3.0.0 + fix layout

This commit is contained in:
Kevin Granger
2013-08-21 17:17:24 +02:00
parent d6b50a7f0c
commit 93e03a3c3b
224 changed files with 3413 additions and 33945 deletions
@@ -1 +0,0 @@
build
@@ -1,35 +0,0 @@
{
"name": "components/jquery",
"description": "jQuery JavaScript Library",
"type": "component",
"homepage": "http://jquery.com",
"license": "MIT",
"support": {
"irc": "irc://irc.freenode.org/jquery",
"issues": "http://bugs.jquery.com",
"forum": "http://forum.jquery.com",
"wiki": "http://docs.jquery.com/",
"source": "https://github.com/jquery/jquery"
},
"authors": [
{
"name": "John Resig",
"email": "jeresig@gmail.com"
}
],
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"jquery.js"
],
"files": [
"jquery.min.js",
"jquery-migrate.js",
"jquery-migrate.min.js"
]
}
}
}