Skip to content

Commit

Permalink
Fix linting issues in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 10, 2024
1 parent 2c8efd9 commit 3479244
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
"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 @@ -24,15 +18,7 @@
"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 3479244

Please sign in to comment.