From 01e4983131c1de68360bcdb3a010e52777dfc5fb Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 3 May 2020 17:01:16 +0200 Subject: [PATCH] only publish necessary files --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1998923..b006b72 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,9 @@ }, "engines": { "node": ">=10.0.0" - } + }, + "files": [ + "LICENSE", + "index.js" + ] }