Skip to content

Commit

Permalink
fix: Remove unnecessary tslib runtime dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jun 27, 2023
1 parent 8e70f7f commit f472154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
14 changes: 4 additions & 10 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 @@ -40,8 +40,7 @@
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"axios": "^1.4.0",
"tslib": "^2.5.3"
"axios": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
Expand Down

0 comments on commit f472154

Please sign in to comment.