From b6bff7957e4f66e2c31ad692492f7f6ca278b892 Mon Sep 17 00:00:00 2001 From: Christoph Werner Date: Tue, 16 Apr 2019 21:07:43 +0200 Subject: [PATCH] chore: whitelist files published to npm --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 32ee79a6..88008204 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,11 @@ "scripts": { "test": "jest" }, + "files": [ + "lib/*.js", + "!lib/*.spec.js", + "bin/*.js" + ], "author": "Mathias Biilmann Christensen", "license": "MIT", "repository": {