Skip to content

Commit

Permalink
fix(upload-core): don't bundle tus
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-a-young committed Nov 12, 2024
1 parent a67ecfd commit f0e026d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/upload-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"publish": "yarn npm publish --tolerate-republish --access public"
},
"dependencies": {
"@availity/resolve-url": "workspace:*"
"@availity/resolve-url": "workspace:*",
"tus-js-client": "1.7.1"
},
"devDependencies": {
"@types/tus-js-client": "^1.7.0",
"tsup": "^7.2.0",
"tus-js-client": "1.7.1",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down

0 comments on commit f0e026d

Please sign in to comment.