From 2985968ae3355fe8d2ea6a3de5c1415e0fe137b0 Mon Sep 17 00:00:00 2001 From: Daw-Chih Liou Date: Wed, 16 Sep 2020 11:17:14 +0200 Subject: [PATCH] fix(package.json): update package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87030f77..6138f125 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cz-conventional-changelog", + "name": "cz-conventional-changelog-with-jiraid-detection", "version": "0.0.0-semantically-released.0", "description": "Prompts for conventional changelog standard with an extra step to insert Jira ID.", "main": "index.js",