Skip to content

Commit

Permalink
chore: update package.json to point to schnitty fork of digitalroute
Browse files Browse the repository at this point in the history
  • Loading branch information
schnitty committed Sep 13, 2022
1 parent a68cc1f commit 8f82963
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Part of the [@ryansonshine/commitizen](https://github.com/ryansonshine/cz-cli) f
### Installation

```bash
npm install @ryansonshine/commitizen @digitalroute/cz-conventional-changelog-for-jira
npm install @ryansonshine/commitizen @schnitty/cz-conventional-changelog-for-jira
```

and then add the following to package.json:
Expand All @@ -31,7 +31,7 @@ and then add the following to package.json:
},
"config": {
"commitizen": {
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira"
"path": "./node_modules/@schnitty/cz-conventional-changelog-for-jira"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digitalroute/cz-conventional-changelog-for-jira",
"version": "0.0.0-semantically-released",
"name": "@schnitty/cz-conventional-changelog-for-jira",
"version": "7.5.0",
"description": "Commitizen adapter following the conventional-changelog format and also asking for JIRA issue.",
"main": "index.js",
"scripts": {
Expand All @@ -9,16 +9,16 @@
"format": "prettier --write *.js",
"semantic-release": "semantic-release"
},
"homepage": "https://github.com/digitalroute/cz-conventional-changelog-for-jira",
"homepage": "https://github.com/schnitty/cz-conventional-changelog-for-jira",
"repository": {
"type": "git",
"url": "https://github.com/digitalroute/cz-conventional-changelog-for-jira.git"
"url": "https://github.com/schnitty/cz-conventional-changelog-for-jira.git"
},
"engineStrict": true,
"engines": {
"node": ">= 10"
},
"author": "Marcus Johansson <polarn@gmail.com>",
"author": "Tim Schneider <seraph_78@hotmail.com>",
"license": "MIT",
"dependencies": {
"@ryansonshine/commitizen": "^4.2.8",
Expand Down

0 comments on commit 8f82963

Please sign in to comment.