Skip to content

Commit

Permalink
Add support for Sinon v6
Browse files Browse the repository at this point in the history
Fixes #126.
  • Loading branch information
mattbaileyuk authored and domenic committed Jun 12, 2018
1 parent 7e6bdae commit 629ca2e
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js:
- 4
- stable
env:
- CHAI_VERSION=^4.0.0 SINON_VERSION=^6.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^5.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^4.0.0
script:
Expand Down
117 changes: 58 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"peerDependencies": {
"chai": "^4.0.0",
"sinon": ">=4.0.0 <6.0.0"
"sinon": ">=4.0.0 <7.0.0"
},
"devDependencies": {
"chai": "^4.1.0",
"chai": "^4.1.2",
"eslint": "^3.19.0",
"istanbul": "~0.4.5",
"mocha": "^3.4.2",
"mocha": "^3.5.3",
"opener": "^1.4.3",
"sinon": "^5.0.0"
"sinon": "^6.0.0"
}
}

0 comments on commit 629ca2e

Please sign in to comment.