Skip to content

Commit

Permalink
Accept unexpected ^12.0.0 as a peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Nov 20, 2020
1 parent 48809c5 commit e0b3151
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 @@ -30,7 +30,7 @@
"main": "./lib/unexpected-sinon.js",
"peerDependencies": {
"sinon": "*",
"unexpected": "^10.8.0 || ^11.0.0-4"
"unexpected": "^10.8.0 || ^11.0.0-4 || ^12.0.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
Expand Down

0 comments on commit e0b3151

Please sign in to comment.