Skip to content

Commit ffad864

Browse files
committed
docs(readme): update repo URL
1 parent f804656 commit ffad864

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @vanduynslagerp
1+
* @pvdlg

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Pierre-Denis Vanduynslager
3+
Copyright (c) 2017 Pierre Vanduynslager
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[commitizen](https://github.com/commitizen/cz-cli) adapter following the [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) format, with emojis and additionnal commit types (aliases).
44

5-
[![Travis](https://img.shields.io/travis/vanduynslagerp/cz-conventional-commit.svg)](https://travis-ci.org/vanduynslagerp/cz-conventional-commit)
6-
[![Codecov](https://img.shields.io/codecov/c/github/vanduynslagerp/cz-conventional-commit.svg)](https://codecov.io/gh/vanduynslagerp/cz-conventional-commit)
7-
[![Greenkeeper badge](https://badges.greenkeeper.io/vanduynslagerp/cz-conventional-commit.svg)](https://greenkeeper.io/)
8-
[![license](https://img.shields.io/github/license/vanduynslagerp/cz-conventional-commit.svg)](https://github.com/vanduynslagerp/cz-conventional-commit/blob/master/LICENSE)
5+
[![Travis](https://img.shields.io/travis/pvdlg/cz-conventional-commit.svg)](https://travis-ci.org/pvdlg/cz-conventional-commit)
6+
[![Codecov](https://img.shields.io/codecov/c/github/pvdlg/cz-conventional-commit.svg)](https://codecov.io/gh/pvdlg/cz-conventional-commit)
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/pvdlg/cz-conventional-commit.svg)](https://greenkeeper.io/)
8+
[![license](https://img.shields.io/github/license/pvdlg/cz-conventional-commit.svg)](https://github.com/pvdlg/cz-conventional-commit/blob/master/LICENSE)
99

1010
![Screenshot](img/cz-conventional-commit.jpg?raw=true)
1111

@@ -98,4 +98,4 @@ The commit message will be `feat: Initial commit 🎉`.
9898

9999
## Related
100100

101-
- [conventional-changelog-metahub](https://github.com/vanduynslagerp/conventional-changelog-metahub) - List of conventional commit types and aliases for this module
101+
- [conventional-changelog-metahub](https://github.com/pvdlg/conventional-changelog-metahub) - List of conventional commit types and aliases for this module

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0-development",
55
"author": "Pierre Vanduynslager",
66
"bugs": {
7-
"url": "https://github.com/vanduynslagerp/cz-conventional-commit/issues"
7+
"url": "https://github.com/pvdlg/cz-conventional-commit/issues"
88
},
99
"dependencies": {
1010
"commitizen": "^2.9.6",
@@ -34,7 +34,7 @@
3434
"lib",
3535
"index.js"
3636
],
37-
"homepage": "https://github.com/vanduynslagerp/cz-conventional-commit#readme",
37+
"homepage": "https://github.com/pvdlg/cz-conventional-commit#readme",
3838
"keywords": [
3939
"command-line",
4040
"commit-hooks",
@@ -81,12 +81,11 @@
8181
},
8282
"repository": {
8383
"type": "git",
84-
"url": "https://github.com/vanduynslagerp/cz-conventional-commit.git"
84+
"url": "https://github.com/pvdlg/cz-conventional-commit.git"
8585
},
8686
"scripts": {
8787
"codecov": "codecov -f coverage/coverage-final.json",
8888
"lint": "xo",
89-
"prepublishOnly": "npm run compile",
9089
"pretest": "npm run lint",
9190
"semantic-release": "semantic-release",
9291
"test": "nyc ava -v"

0 commit comments

Comments
 (0)