Skip to content

Commit e1a8b42

Browse files
committed
chore(bower): upgrade bower to 1.0.0
We explicitly set the Bower install directory to components/ for compatibility with our existing code base. Recent Bower prefers bower_components/.
1 parent d2901bc commit e1a8b42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "AngularJS",
3+
"directory": "components",
34
"devDependencies": {
45
"jquery": "git://github.com/components/jquery.git#v1.8.3",
56
"lunr.js": "0.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"codename": "spooky-giraffe",
66
"devDependencies": {
77
"grunt": "0.4.0",
8-
"bower": "0.9.2",
8+
"bower": "1.0.0",
99
"grunt-contrib-clean": "0.4.0",
1010
"grunt-contrib-compress": "0.4.1",
1111
"grunt-contrib-connect": "0.1.2",

0 commit comments

Comments
 (0)