From fe7c7fe28b8f541c4f9d98981e0d7ce17456580b Mon Sep 17 00:00:00 2001 From: Hutson Betts Date: Sun, 28 May 2017 20:31:55 -0500 Subject: [PATCH] fix(package): publish lib directory --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 94dbd669..6ccc75e2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "license": "MIT", "files": [ "index.js", - "cli.js" + "cli.js", + "lib/" ], "keywords": [ "conventional-github-releaser",