Skip to content

Commit

Permalink
docs(readme): update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 14, 2018
1 parent f804656 commit ffad864
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @vanduynslagerp
* @pvdlg
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Pierre-Denis Vanduynslager
Copyright (c) 2017 Pierre Vanduynslager

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[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).

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

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

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

## Related

- [conventional-changelog-metahub](https://github.com/vanduynslagerp/conventional-changelog-metahub) - List of conventional commit types and aliases for this module
- [conventional-changelog-metahub](https://github.com/pvdlg/conventional-changelog-metahub) - List of conventional commit types and aliases for this module
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0-development",
"author": "Pierre Vanduynslager",
"bugs": {
"url": "https://github.com/vanduynslagerp/cz-conventional-commit/issues"
"url": "https://github.com/pvdlg/cz-conventional-commit/issues"
},
"dependencies": {
"commitizen": "^2.9.6",
Expand Down Expand Up @@ -34,7 +34,7 @@
"lib",
"index.js"
],
"homepage": "https://github.com/vanduynslagerp/cz-conventional-commit#readme",
"homepage": "https://github.com/pvdlg/cz-conventional-commit#readme",
"keywords": [
"command-line",
"commit-hooks",
Expand Down Expand Up @@ -81,12 +81,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/vanduynslagerp/cz-conventional-commit.git"
"url": "https://github.com/pvdlg/cz-conventional-commit.git"
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"prepublishOnly": "npm run compile",
"pretest": "npm run lint",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
Expand Down

0 comments on commit ffad864

Please sign in to comment.