Skip to content

Commit

Permalink
fix(deps): loosen ts peer dependency (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 26, 2020
1 parent 9efa15c commit 8f1d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -87,6 +87,6 @@
"typescript": "^4.0.3"
},
"peerDependencies": {
"typescript": ">=4"
"typescript": ">=3"
}
}

0 comments on commit 8f1d381

Please sign in to comment.