Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
ci: 🎡 fork to => @jeromefitz/git-cz until PR is accepted
Browse files Browse the repository at this point in the history
Do not want to deal with commit hash in other packages and will upgrade
later when / if time arises.
  • Loading branch information
JeromeFitz committed Feb 27, 2021
1 parent d8096aa commit 19b5998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 19b5998

Please sign in to comment.