From 02fec4a6e186135f859dc161e32d215d12bfa946 Mon Sep 17 00:00:00 2001 From: Jamie Rolfs Date: Tue, 24 Sep 2019 15:29:48 -0700 Subject: [PATCH] fix: include commitlint.js in package files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 603af633..c6754f7a 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "files": [ "dist", "babel.js", + "commitlint.js", "eslint.js", "config.js", "prettier.js",