Skip to content

Commit

Permalink
fix: Remove unnecessary tslib runtime dependency (move to developme…
Browse files Browse the repository at this point in the history
…nt dependencies)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jun 27, 2023
1 parent 8e70f7f commit d4166e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 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 All @@ -53,6 +52,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"rollup": "^3.23.0",
"tslib": "^2.6.0",
"typescript": "^5.0.4"
},
"engines": {
Expand Down

0 comments on commit d4166e2

Please sign in to comment.