Skip to content

Commit

Permalink
fix(deps): jest peerDeps should allow ^20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Aug 24, 2017
1 parent 1db5ea0 commit 1a24239
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 @@ -61,7 +61,7 @@
"typescript": "2.4.2"
},
"peerDependencies": {
"jest": "^20.0.4",
"jest": "^20.0.0",
"typescript": "^2.0.0"
},
"engines": {
Expand Down

0 comments on commit 1a24239

Please sign in to comment.