Skip to content

Commit 36a1484

Browse files
committed
fix(unpkg): update path to unpkg version
1 parent ecb2d81 commit 36a1484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@akanass/rx-file-upload",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Library to upload a file in the browser and send it fully or in several chunks to the server.",
55
"main": "esm5/rx-file-upload.js",
66
"main:esnext": "esm/rx-file-upload.js",
7-
"unpkg": "bundle/rx-file-upload.min.js",
7+
"unpkg": "bundle/rx-file-upload.umd.min.js",
88
"types": "types/index.d.ts",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)