@uppy/vue,@uppy/react: remove status-bar from export map (#5926)

fixes #5923

---------

Co-authored-by: Merlijn Vos <merlijn@soverin.net>
This commit is contained in:
Prakash 2025-08-27 18:34:39 +05:30 committed by GitHub
parent 3290864cf3
commit a063bc3e4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,6 @@
---
"@uppy/react": patch
"@uppy/vue": patch
---
Remove status-bar from export map

View file

@ -59,7 +59,6 @@
"./css/style.css": "./dist/styles.css",
"./dashboard": "./lib/Dashboard.js",
"./dashboard-modal": "./lib/DashboardModal.js",
"./status-bar": "./lib/StatusBar.js",
"./package.json": "./package.json"
},
"peerDependencies": {

View file

@ -33,7 +33,6 @@
"./css/style.css": "./dist/styles.css",
"./dashboard": "./lib/dashboard.js",
"./dashboard-modal": "./lib/dashboard-modal.js",
"./status-bar": "./lib/status-bar.js",
"./package.json": "./package.json"
},
"peerDependencies": {