Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #453 from ebeigarts/bower-jquery
Fix dependencies in bower.json
  • Loading branch information
oesmith committed Jul 14, 2014
2 parents 18c1842 + bdaf455 commit 72ad782
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ before_script:
- 'sed -i -e "s/RAPHAEL/$RAPHAEL/" bower.json'
- "bower install"
env:
- JQUERY="~> 1.7.0" RAPHAEL="~> 2.0.0"
- JQUERY="~> 1.8.0" RAPHAEL="~> 2.0.0"
- JQUERY="~> 1.9.0" RAPHAEL="~> 2.0.0"
- JQUERY="~> 2.0.0" RAPHAEL="~> 2.0.0"
Expand Down
5 changes: 2 additions & 3 deletions bower.json
Expand Up @@ -6,9 +6,8 @@
"./morris.css"
],
"dependencies": {
"jquery": ">= 2.1.0",
"raphael": ">= 2.0",
"mocha": "~1.17.1"
"jquery": ">= 1.7.0",
"raphael": ">= 2.0"
},
"devDependencies": {
"mocha": "~1.17.1",
Expand Down
3 changes: 1 addition & 2 deletions bower.travis.json
Expand Up @@ -7,8 +7,7 @@
],
"dependencies": {
"jquery": "JQUERY",
"raphael": "RAPHAEL",
"mocha": "~1.17.1"
"raphael": "RAPHAEL"
},
"devDependencies": {
"mocha": "~1.17.1",
Expand Down

0 comments on commit 72ad782

Please sign in to comment.