Skip to content

Commit

Permalink
chore: remove tslib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Jun 17, 2024
1 parent ac4bb4d commit 7c385cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"debug": "^4.1.1",
"tslib": "^2.5.0"
"debug": "^4.1.1"
},
"auto": {
"plugins": [
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"module": "esnext",
"lib": ["dom", "esnext"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"rootDir": "./src",
Expand Down

0 comments on commit 7c385cb

Please sign in to comment.