From 55189a42b37a6259881b6a2bee83b40b1e0f4536 Mon Sep 17 00:00:00 2001 From: Paul Varache Date: Mon, 31 Dec 2018 14:43:06 +0000 Subject: [PATCH] Restrict which files are packaged --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5e466915..31a22755 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "node", "module" ], + "files": [ + "lib", + "index.js" + ], "scripts": { "prepublish": "safe-publish-latest", "lint": "eslint .",