Skip to content

Commit

Permalink
fix(deps): loosen ts peer dependency (google#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and nevilm-lt committed Apr 22, 2022
1 parent 142c165 commit 54e9c76
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 54e9c76

Please sign in to comment.