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"