From eedb84d3ba1f58fed05620a489db3c1b2e9bb8ec Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 1 Nov 2020 23:02:27 +0200 Subject: [PATCH] Don't publish test files and travis.yml to npm Just index.js and README.md will be published to reduce size --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 001aec2..5d862ac 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,6 @@ "homepage": "https://github.com/brianc/node-packet-reader", "devDependencies": { "mocha": "~1.21.5" - } + }, + "files": [] }