add back "main" in uppy bundle (#5975)

Co-authored-by: Merlijn Vos <merlijn@soverin.net>
This commit is contained in:
Prakash 2025-09-17 14:27:03 +05:30 committed by GitHub
parent 92a0a0d2b8
commit ce0c9d6ca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"uppy": patch
---
Put "main" back in package.json

View file

@ -3,6 +3,7 @@
"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:",
"version": "5.1.2",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"unpkg": "dist/uppy.min.js",