From 83f22172a0299b558b749a9e8ba4b4917a5c231d Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 4 May 2020 20:46:08 +0200 Subject: [PATCH] add files --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 874bab2..30a0bf2 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,9 @@ "test": "echo \"no test\"", "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js", "ci": "yarn && node jenkins.js" - } + }, + "files": [ + "LICENSE", + "*.js" + ] }