Skip to content

Commit

Permalink
fix(typescript): Fix peer dep version (#461)
Browse files Browse the repository at this point in the history
Closes #452
  • Loading branch information
NotWoods authored Jun 17, 2020
1 parent d906efa commit f215c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"peerDependencies": {
"rollup": "^1.20.0||^2.0.0",
"tslib": "*",
"typescript": ">=2.1.0"
"typescript": ">=3.4.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.1",
Expand Down

0 comments on commit f215c25

Please sign in to comment.