From 2a69e9f5298a7154321693054c0759030e8f215a Mon Sep 17 00:00:00 2001 From: Matthias Kunnen Date: Mon, 11 Apr 2022 18:18:01 +0200 Subject: [PATCH] Exclude unnecessary files from npm package README.md and LICENSE are included by default. Test using `npm pack`. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 68e7985..b00515e 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "type": "git", "url": "https://github.com/kesla/sort-json.git" }, + "files": [ + "app" + ], "author": "David Björklund ", "license": "MIT", "bugs": {