From 5536960871fbf534786297baf1994110d78bf573 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 22 May 2017 20:45:39 +0200 Subject: [PATCH] Only include the files that are needed --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a85e70e..8969e69 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "now": "download/dist/now" }, "files": [ - "download" + "download/dist", + "download/postinstall.js" ], "ava": { "failFast": true,