mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
@uppy/utils: fix fetcher export
This commit is contained in:
parent
82a5999260
commit
6bbe863580
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@
|
|||
"./lib/FileProgress": "./lib/FileProgress.js",
|
||||
"./src/microtip.scss": "./src/microtip.scss",
|
||||
"./lib/UserFacingApiError": "./lib/UserFacingApiError.js",
|
||||
"./lib/getAllowedMetaFields": "./lib/getAllowedMetaFields.js"
|
||||
"./lib/getAllowedMetaFields": "./lib/getAllowedMetaFields.js",
|
||||
"./lib/fetcher": "./lib/fetcher.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue