From f878d7ced31fbae6e1bc38caf8c0da03f96d21f0 Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Thu, 26 Mar 2020 21:43:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Configures=20Commitizen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 000321b..3494705 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,10 @@ }, "dependencies": { "antlr4ts": "^0.5.0-alpha.3" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-gitmoji" + } } }