Skip to content

Commit

Permalink
Merge pull request #773 from Availity/feat/upload-core-build
Browse files Browse the repository at this point in the history
fix(upload-core): don't bundle tus
  • Loading branch information
jordan-a-young authored Nov 12, 2024
2 parents 6521dc9 + f0e026d commit ae3df6c
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 ae3df6c

Please sign in to comment.