mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Added superagent to package.json
This commit is contained in:
parent
12cfb9a32e
commit
45f8a14d87
1 changed files with 3 additions and 1 deletions
|
|
@ -47,6 +47,8 @@
|
|||
"zuul": "^3.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^1.5.0"
|
||||
"async": "^1.5.0",
|
||||
"superagent": "^1.5.0",
|
||||
"tus-js-client": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue