Skip to content

Commit b560890

Browse files
committed
Update: change name from plural to singular
1 parent 5c63fce commit b560890

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# semantic-git-commits-cli
1+
# semantic-git-commit-cli
22

3-
[![Build Status](https://travis-ci.org/JPeer264/node-semantic-git-commits-cli.svg?branch=master)](https://travis-ci.org/JPeer264/node-semantic-git-commits-cli) [![Coverage Status](https://coveralls.io/repos/github/JPeer264/node-semantic-git-commits-cli/badge.svg?branch=master)](https://coveralls.io/github/JPeer264/node-semantic-git-commits-cli?branch=master)
3+
[![Build Status](https://travis-ci.org/JPeer264/node-semantic-git-commit-cli.svg?branch=master)](https://travis-ci.org/JPeer264/node-semantic-git-commit-cli) [![Coverage Status](https://coveralls.io/repos/github/JPeer264/node-semantic-git-commit-cli/badge.svg?branch=master)](https://coveralls.io/github/JPeer264/node-semantic-git-commit-cli?branch=master)
44

55
## Usage
66

@@ -14,7 +14,7 @@ $ yarn add global MODULE_NAME
1414

1515
After installation it is available in your shell as:
1616
```sh
17-
$ semantic-git-commits
17+
$ semantic-git-commit
1818
```
1919
or even shorter:
2020
```sh

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "semantic-git-commits-cli",
2+
"name": "semantic-git-commit-cli",
33
"version": "0.0.0",
44
"description": "",
55
"main": "lib",
66
"bin": {
7-
"semantic-git-commits": "./dest/cli.js",
7+
"semantic-git-commit": "./dest/cli.js",
88
"sgc": "./dest/cli.js"
99
},
1010
"scripts": {
@@ -39,14 +39,14 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/JPeer264/node-semantic-git-commits-cli.git"
42+
"url": "git+https://github.com/JPeer264/node-semantic-git-commit-cli.git"
4343
},
4444
"author": "Jan Peer Stöcklmair <[email protected]>",
4545
"license": "MIT",
4646
"bugs": {
47-
"url": "https://github.com/JPeer264/node-semantic-git-commits-cli/issues"
47+
"url": "https://github.com/JPeer264/node-semantic-git-commit-cli/issues"
4848
},
49-
"homepage": "https://github.com/JPeer264/node-semantic-git-commits-cli#readme",
49+
"homepage": "https://github.com/JPeer264/node-semantic-git-commit-cli#readme",
5050
"devDependencies": {
5151
"ava": "^0.18.2",
5252
"babel-cli": "^6.24.0",

0 commit comments

Comments
 (0)