From fda25710a7048ce24b289955795678d12b3b553a Mon Sep 17 00:00:00 2001 From: Baptiste Meurant Date: Sat, 6 Aug 2016 00:09:09 +0200 Subject: [PATCH] Whitelist files --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index feaa093..131b583 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.1.2", "description": "Simple templating using a config.json and regex patterns", "main": "index.js", + "files": [ + "index.js" + ], "scripts": { "test": "mocha", "test:debug": "mocha debug"