Skip to content

Commit

Permalink
fix(dependencies): Allow sinon pre-releases as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 3, 2017
1 parent d4cb0bb commit b808392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/TNG/sinon-helpers#readme",
"peerDependencies": {
"sinon": ">=1.15.0"
"sinon": ">=1.15.0 || >= 2.0.0-pre.2"
},
"dependencies": {
"fluent-arguments": "^1.0.5",
Expand All @@ -60,7 +60,7 @@
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"semantic-release": "6.3.*",
"sinon": ">=1.15.0",
"sinon": "2.0.0-pre.5",
"validate-commit-msg": "^2.8.2"
}
}

0 comments on commit b808392

Please sign in to comment.