From ea45ffd4fb6f4e117ed0684d98b23059a5a4afbd Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sun, 22 Jan 2017 20:02:25 -0800 Subject: [PATCH] fix: include all lib files closes #63 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d8d1b8..96d98b4 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,6 @@ }, "files": [ "index.js", - "lib/cli.js" + "lib" ] }