mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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/.
This commit is contained in:
parent
d2901bcf7d
commit
e1a8b42400
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "AngularJS",
|
||||
"directory": "components",
|
||||
"devDependencies": {
|
||||
"jquery": "git://github.com/components/jquery.git#v1.8.3",
|
||||
"lunr.js": "0.4.0",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"codename": "spooky-giraffe",
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.0",
|
||||
"bower": "0.9.2",
|
||||
"bower": "1.0.0",
|
||||
"grunt-contrib-clean": "0.4.0",
|
||||
"grunt-contrib-compress": "0.4.1",
|
||||
"grunt-contrib-connect": "0.1.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue