Skip to content

Commit

Permalink
Merge pull request transloadit#10 from LexPredict/dev
Browse files Browse the repository at this point in the history
little fix
  • Loading branch information
DimaKogut authored Jun 3, 2020
2 parents 3416cec + 0e82b5f commit b70ac76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uppy-build",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"lint-staged": {
"*.js": "eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ class Uppy {
response: uploadResp,
uploadURL: uploadResp.uploadURL,
isPaused: false,
exist: file.hasOwnProperty("exist"),
exist: file.hasOwnProperty("exists"),
empty: file.hasOwnProperty("empty"),
delete_pending: file.hasOwnProperty("delete_pending")
})
Expand Down

0 comments on commit b70ac76

Please sign in to comment.