From 19b5998b21657ca5c92d5e1496e6ccb44b3a0db6 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Sat, 27 Feb 2021 15:47:41 -0500 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20fork=20to=20=3D>=20`@jerom?= =?UTF-8?q?efitz/git-cz`=20until=20PR=20is=20accepted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not want to deal with commit hash in other packages and will upgrade later when / if time arises. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d0281971..79dd7a33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "git-cz", - "version": "4.5.0", + "name": "@jeromefitz/git-cz", + "version": "4.6.0-develop.0", "description": "Semantic emojified git commit, git-cz.", "main": "dist/cz.js", "bin": { @@ -9,9 +9,9 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/streamich/git-cz.git" + "url": "git+ssh://git@github.com/jeromefitz/git-cz.git" }, - "homepage": "https://github.com/streamich/git-cz", + "homepage": "https://github.com/jeromefitz/git-cz", "license": "Unlicense", "scripts": { "lint": "yarn eslint",