Skip to content

Commit

Permalink
Support chai >=2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Feb 11, 2015
1 parent 6b82422 commit 9b7f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/sinon-chai.js.html"
},
"peerDependencies": {
"chai": ">=1.9.2 <2",
"chai": ">=1.9.2 <3",
"sinon": ">=1.4.0 <2"
},
"devDependencies": {
Expand Down

0 comments on commit 9b7f4b1

Please sign in to comment.