Skip to content

Commit

Permalink
Updating Bower componentry
Browse files Browse the repository at this point in the history
  • Loading branch information
alademann committed Sep 12, 2013
1 parent 97392a4 commit 01a3e56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap",
"name": "sass-bootstrap",
"version": "3.0.0",
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
"main": ["./dist/js/bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
],
Expand Down
11 changes: 7 additions & 4 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "bootstrap",
"name": "sass-bootstrap",
"version": "3.0.0",
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
"main": ["./dist/js/bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": "~1.8.0"
"jquery": ">= 1.9.0"
}
}
}

0 comments on commit 01a3e56

Please sign in to comment.