Skip to content

Commit 783deaf

Browse files
author
Marius Kleidl
committed
fixup! 4.3.0
1 parent fe97bfe commit 783deaf

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
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": [
8-
"lib/**/*",
9-
"lib.es5/**/*",
10-
"lib.esm/**/*",
11-
"dist/**/*",
12-
"lib/index.d.ts"
13-
],
7+
"files": ["lib/**/*", "lib.es5/**/*", "lib.esm/**/*", "dist/**/*", "lib/index.d.ts"],
148
"browser": {
159
"./lib.es5/node/index.js": "./lib.es5/browser/index.js",
1610
"./lib.esm/node/index.js": "./lib.esm/browser/index.js",
@@ -24,15 +18,7 @@
2418
"type": "git",
2519
"url": "https://github.com/tus/tus-js-client.git"
2620
},
27-
"keywords": [
28-
"tus",
29-
"resumable",
30-
"upload",
31-
"protocol",
32-
"progress",
33-
"file",
34-
"browser"
35-
],
21+
"keywords": ["tus", "resumable", "upload", "protocol", "progress", "file", "browser"],
3622
"license": "MIT",
3723
"bugs": {
3824
"url": "https://github.com/tus/tus-js-client/issues"

0 commit comments

Comments
 (0)