From d5616b36dc5e9f39ef0634fe4b791971970e9d5a Mon Sep 17 00:00:00 2001 From: Peter Pistorius Date: Fri, 19 Apr 2019 16:35:56 +0200 Subject: [PATCH] Limit package files. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5df3b2a..d78f1d0 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "tag input" ], "main": "index.js", + "files": [ + "Tags/*.js" + ], "scripts": { "test": "jest", "test:watch": "jest --watch"