Skip to content

Commit

Permalink
3.0.2 -> 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Dec 5, 2013
1 parent a081f72 commit 157ec5f
Show file tree
Hide file tree
Showing 205 changed files with 5,490 additions and 27,579 deletions.
698 changes: 360 additions & 338 deletions amelia/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amelia/bootswatch.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Amelia 3.0.2
// Amelia 3.0.3
// Bootswatch
// -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion amelia/variables.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Amelia 3.0.2
// Amelia 3.0.3
// Variables
// --------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion api/3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2+2",
"version": "3.0.3",
"themes": [
{
"name": "Amelia",
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"version": "3.0.2+2",
"version": "3.0.3",
"author": "Thomas Park",
"homepage": "http://bootswatch.com",
"repository": {
"type": "git",
"url": "git://github.com/thomaspark/bootswatch.git"
},
"dependencies": {
"bootstrap": "~3.0.2",
"bootstrap": "~3.0.3",
"font-awesome": "~4.0.0"
},
"licenses": [
Expand Down
32 changes: 24 additions & 8 deletions bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,41 @@
{
"name": "bootstrap",
"version": "3.0.2",
"version": "3.0.3",
"main": [
"./dist/js/bootstrap.js",
"./dist/css/bootstrap.css",
"./dist/fonts/*"
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
"**/.*"
"**/.*",
"_*",
"docs-assets",
"examples",
"/fonts",
"js/tests",
"CNAME",
"CONTRIBUTING.md",
"Gruntfile.js",
"browserstack.json",
"composer.json",
"package.json",
"*.html"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"homepage": "https://github.com/twbs/bootstrap",
"_release": "3.0.2",
"_release": "3.0.3",
"_resolution": {
"type": "version",
"tag": "v3.0.2",
"commit": "3887f540b978d593f433bfef15888bc2d103de72"
"tag": "v3.0.3",
"commit": "6d03173a1aad98e75f7d33e65b411c519176c59a"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.0.2",
"_originalSource": "bootstrap"
"_target": "~3.0.3",
"_originalSource": "bootstrap",
"_direct": true
}
1 change: 0 additions & 1 deletion bower_components/bootstrap/CNAME

This file was deleted.

61 changes: 0 additions & 61 deletions bower_components/bootstrap/CONTRIBUTING.md

This file was deleted.

244 changes: 0 additions & 244 deletions bower_components/bootstrap/Gruntfile.js

This file was deleted.

Loading

0 comments on commit 157ec5f

Please sign in to comment.