Skip to content

Commit

Permalink
Merge pull request #600 from bopm/master
Browse files Browse the repository at this point in the history
fix(bower): Set dependencies correctly
  • Loading branch information
Simeon Cheeseman committed Mar 26, 2015
2 parents cb1c7ce + a5d2c04 commit f2959fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"package.json"
],
"dependencies": {
"angular": "^1.2.x",
"bootstrap-css-only": "^3.0.x",
"font-awesome": "^4.0.x",
"rangy": "^1.2.0"
"angular": ">=1.2.x",
"bootstrap-css-only": ">=3.0.x",
"font-awesome": ">=4.0.x",
"rangy": ">=1.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.x",
Expand Down

0 comments on commit f2959fe

Please sign in to comment.