Merge pull request #453 from ebeigarts/bower-jquery

Fix dependencies in bower.json
This commit is contained in:
Olly Smith 2014-07-14 21:00:45 +01:00
commit 72ad7823ad
3 changed files with 4 additions and 5 deletions

View File

@ -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"

View File

@ -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",

View File

@ -7,8 +7,7 @@
],
"dependencies": {
"jquery": "JQUERY",
"raphael": "RAPHAEL",
"mocha": "~1.17.1"
"raphael": "RAPHAEL"
},
"devDependencies": {
"mocha": "~1.17.1",