Skip to content

Commit

Permalink
fix: peer dependency against Typescript 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed May 8, 2017
1 parent 96e799c commit cb08128
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 @@ -68,7 +68,7 @@
},
"peerDependencies": {
"jest": "^20.0.0",
"typescript": "^2.1.0"
"typescript": "2.x"
},
"devDependencies": {
"@types/es6-shim": "latest",
Expand Down

0 comments on commit cb08128

Please sign in to comment.