Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 9, 2024
1 parent 580bf98 commit 2c8efd9
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "tus-js-client",
"version": "4.1.0",
"version": "4.2.0",
"description": "A pure JavaScript client for the tus resumable upload protocol",
"main": "lib.es5/node/index.js",
"module": "lib.esm/node/index.js",
"files": ["lib/**/*", "lib.es5/**/*", "lib.esm/**/*", "dist/**/*", "lib/index.d.ts"],
"files": [
"lib/**/*",
"lib.es5/**/*",
"lib.esm/**/*",
"dist/**/*",
"lib/index.d.ts"
],
"browser": {
"./lib.es5/node/index.js": "./lib.es5/browser/index.js",
"./lib.esm/node/index.js": "./lib.esm/browser/index.js",
Expand All @@ -18,7 +24,15 @@
"type": "git",
"url": "https://github.com/tus/tus-js-client.git"
},
"keywords": ["tus", "resumable", "upload", "protocol", "progress", "file", "browser"],
"keywords": [
"tus",
"resumable",
"upload",
"protocol",
"progress",
"file",
"browser"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tus/tus-js-client/issues"
Expand Down

0 comments on commit 2c8efd9

Please sign in to comment.