Skip to content

Commit

Permalink
Allow pre-release Jest in the next minor range
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar committed Nov 8, 2017
1 parent 36e5f9c commit da25825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"yargs": "^10.0.3"
},
"peerDependencies": {
"jest": "^21.1.0 || ^21.1.0-alpha.1 || ^22.0.0-alpha.1",
"jest": "^21.1.0 || ^21.3.0-alpha.1 || ^22.0.0-alpha.1",
"typescript": "2.x"
},
"devDependencies": {
Expand Down

0 comments on commit da25825

Please sign in to comment.