mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
add back "main" in uppy bundle (#5975)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
This commit is contained in:
parent
92a0a0d2b8
commit
ce0c9d6ca8
2 changed files with 6 additions and 0 deletions
5
.changeset/early-pans-sneeze.md
Normal file
5
.changeset/early-pans-sneeze.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"uppy": patch
|
||||
---
|
||||
|
||||
Put "main" back in package.json
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue