Skip to content

Commit

Permalink
#3 - Fix bower ionic dependencies
Browse files Browse the repository at this point in the history
Define the ionic dependency in the devDependencies instead of the dependencies tag such that one can install the component with ionic add ion-autocomplete.
  • Loading branch information
Guy Brand committed Apr 17, 2015
1 parent a642d0d commit 98446e2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@
"type": "git",
"url": "https://github.com/guylabs/ion-autocomplete.git"
},
"dependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-rc.3"
},
"devDependencies": {
"angular-mocks": "~1.3.13"
},
"resolutions": {
"angular": "1.3.13"
"ionic": "driftyco/ionic-bower#1.0.0-rc.3",
"angular-mocks": "1.3.13"
}
}

0 comments on commit 98446e2

Please sign in to comment.