Skip to content

Commit

Permalink
fix: allow typescript 3.0+ as a peer dependency (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson authored and azz committed Dec 10, 2018
1 parent 640be81 commit 5727f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"peerDependencies": {
"prettier": "^1.7.4",
"typescript": "^2.5.3"
"typescript": "^2.5.3 || ^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 5727f49

Please sign in to comment.