Skip to content

Commit

Permalink
config: allow tslib 2.x as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed May 1, 2024
1 parent 03002b4 commit 6320e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type guards"
],
"peerDependencies": {
"tslib": "^1.9.0"
"tslib": "^1.9.0 || ^2"
},
"devDependencies": {
"@silvermine/chai-strictly-equal": "1.1.0",
Expand Down

0 comments on commit 6320e11

Please sign in to comment.