Skip to content

Commit

Permalink
Add TypeScript ^3.0.0 as supported peer dependencies (#644)
Browse files Browse the repository at this point in the history
This ts-jest works fine with TypeScript 3 also, so I did change the version mask in peerDependencies to support all TypeScript 2 and 3 versions.
  • Loading branch information
jussikinnula authored and GeeWee committed Jul 31, 2018
1 parent db590d2 commit b38e4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"peerDependencies": {
"babel-core": "^6.26.3 || ^7.0.0-0",
"jest": "^23.0.0 || ^24.0.0",
"typescript": "2.x"
"typescript": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@types/babel-core": "latest",
Expand Down

0 comments on commit b38e4ca

Please sign in to comment.