Skip to content

Commit bf3337c

Browse files
committed
4.3.1
1 parent f20f84e commit bf3337c

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

package.json

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "tus-js-client",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "A pure JavaScript client for the tus resumable upload protocol",
55
"main": "lib.es5/node/index.js",
66
"module": "lib.esm/node/index.js",
7-
"files": ["lib/**/*", "lib.es5/**/*", "lib.esm/**/*", "dist/**/*", "lib/index.d.ts"],
7+
"files": [
8+
"lib/**/*",
9+
"lib.es5/**/*",
10+
"lib.esm/**/*",
11+
"dist/**/*",
12+
"lib/index.d.ts"
13+
],
814
"browser": {
915
"./lib.es5/node/index.js": "./lib.es5/browser/index.js",
1016
"./lib.esm/node/index.js": "./lib.esm/browser/index.js",
@@ -18,7 +24,15 @@
1824
"type": "git",
1925
"url": "https://github.com/tus/tus-js-client.git"
2026
},
21-
"keywords": ["tus", "resumable", "upload", "protocol", "progress", "file", "browser"],
27+
"keywords": [
28+
"tus",
29+
"resumable",
30+
"upload",
31+
"protocol",
32+
"progress",
33+
"file",
34+
"browser"
35+
],
2236
"license": "MIT",
2337
"bugs": {
2438
"url": "https://github.com/tus/tus-js-client/issues"

0 commit comments

Comments
 (0)