From d612c5ddca62d50282147f5d199810bf1de0b314 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 17 Mar 2020 09:28:01 -0700 Subject: [PATCH] add files list so this package isn't a monster --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a0317ed..19056f3 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,9 @@ "tap": "^5.4.2" }, "bin": "bin/cmd.js", - "license": "MIT" + "license": "MIT", + "files": [ + "bin", + "index.js" + ] }