From 783deaf4c4973b888c6b07c644516668778918a5 Mon Sep 17 00:00:00 2001 From: Marius Kleidl Date: Tue, 14 Jan 2025 09:10:49 +0100 Subject: [PATCH] fixup! 4.3.0 --- package.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 756dba91..e20c0444 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"