Skip to content

Commit 77ae571

Browse files
committed
Remove runtime dependency on tslib
No part of the polyfill depends on tslib at runtime any longer. Closes: #285
1 parent 29ea965 commit 77ae571

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package-lock.json

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
"@rollup/pluginutils": "^5.0.2"
8686
},
8787
"dependencies": {
88-
"jsbi": "^4.3.0",
89-
"tslib": "^2.5.3"
88+
"jsbi": "^4.3.0"
9089
},
9190
"devDependencies": {
9291
"@babel/core": "^7.22.5",

0 commit comments

Comments
 (0)