From e60f94e6f0c45e1b15adc99ebe3b93833fcc9378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BCschel?= Date: Sat, 25 May 2019 23:46:02 +0800 Subject: [PATCH] whitelist index.js when publishing NPM module --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9ee685f..867541f 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ }, "homepage": "https://github.com/juliangruber/array-filter", "main": "index.js", + "files": [ + "index.js" + ], "scripts": { "test": "tape test/*.js" },