-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "git-authors-cli", | ||
"description": "Print all contributors and add it into package.json", | ||
"homepage": "https://nicedoc.io/Kikobeats/git-authors-cli", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"bin": { | ||
"git-authors": "bin/index.js", | ||
"git-authors-cli": "bin/index.js" | ||
|
@@ -13,14 +13,8 @@ | |
"url": "https://kikobeats.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Jorge Marin", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Manuel Rueda", | ||
"email": "[email protected]" | ||
} | ||
"Jorge Marin <[email protected]>", | ||
"Manuel Rueda <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|