We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb2d81 commit 36a1484Copy full SHA for 36a1484
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "@akanass/rx-file-upload",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Library to upload a file in the browser and send it fully or in several chunks to the server.",
5
"main": "esm5/rx-file-upload.js",
6
"main:esnext": "esm/rx-file-upload.js",
7
- "unpkg": "bundle/rx-file-upload.min.js",
+ "unpkg": "bundle/rx-file-upload.umd.min.js",
8
"types": "types/index.d.ts",
9
"repository": {
10
"type": "git",
0 commit comments