From a08377834ea2f4b5fc4107f28ac5489b6603fb27 Mon Sep 17 00:00:00 2001 From: Julien TASSIN Date: Tue, 16 Jun 2020 15:46:24 +0200 Subject: [PATCH] fix: expose only interesting files --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 680ccc82..522aacf6 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "bugs": { "url": "https://github.com/jtassin/pending-xhr-puppeteer/issues" }, + "files": [ + "lib" + ], "author": "Julien TASSIN", "license": "MIT", "private": false,