Skip to content

Commit

Permalink
uppy: export Uppy as Uppy instead of Core (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi authored and aduh95 committed Aug 16, 2022
1 parent 3779087 commit 39f95a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uppy/index.mjs
@@ -1,5 +1,5 @@
// Core
export { default as Core, debugLogger } from '@uppy/core'
export { default as Uppy, debugLogger } from '@uppy/core'

// Utilities
export * as server from '@uppy/companion-client'
Expand Down
2 changes: 1 addition & 1 deletion packages/uppy/package.json
Expand Up @@ -53,8 +53,8 @@
"@uppy/onedrive": "workspace:^",
"@uppy/progress-bar": "workspace:^",
"@uppy/provider-views": "workspace:^",
"@uppy/remote-sources": "workspace:^",
"@uppy/redux-dev-tools": "workspace:^",
"@uppy/remote-sources": "workspace:^",
"@uppy/screen-capture": "workspace:^",
"@uppy/status-bar": "workspace:^",
"@uppy/store-default": "workspace:^",
Expand Down

0 comments on commit 39f95a0

Please sign in to comment.