From 6c5ba64db61232653d9336ac8798fe0f21a012a7 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Sat, 11 Nov 2017 10:48:49 -0500 Subject: [PATCH] whitelist npm published files (#236) - reduces files published to npm and downloaded with every install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4a29e86..0738b2d 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "coveralls": "cat coverage/lcov.info | coveralls", "lint": "eslint ." }, + "files": ["lib"], "engines": { "node": ">= 0.4.0" },