Skip to content

Commit

Permalink
Merge pull request #122 from Turbo87/adjust-bower-deps
Browse files Browse the repository at this point in the history
Update "mocha" and "chai" bower dependencies
  • Loading branch information
Turbo87 authored Dec 9, 2016
2 parents 2cd11a4 + 1d8d4ef commit 5836846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"ember": "^1.10.0"
},
"devDependencies": {
"mocha": "^2.2.4",
"chai": "~2.3.0",
"mocha": "^2.5.3",
"chai": "^3.5.0",
"loader": "stefanpenner/loader.js#1.0.1",
"ember-cli-shims": "stefanpenner/ember-cli-shims#0.0.3",
"pretender": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions build-support/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"license": "Apache Version 2.0",
"ignore": [ ],
"dependencies": {
"mocha": "~2.2.4",
"chai": "~2.3.0",
"mocha": "^2.5.3",
"chai": "^3.5.0"
},
"devDependencies": { }
}

0 comments on commit 5836846

Please sign in to comment.