Skip to content

Commit

Permalink
Fix dependencies in bower.json
Browse files Browse the repository at this point in the history
1. README clearly states jQuery >= 1.7.0
2. mocha is not runtime dependeny
  • Loading branch information
ebeigarts committed Jul 14, 2014
1 parent 72596fa commit 1311793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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 1311793

Please sign in to comment.