Skip to content

Commit 56dd470

Browse files
committed
📝 feat(description): update package description
1 parent 28a35e2 commit 56dd470

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[download-image]: https://img.shields.io/npm/dm/commitlint-config-gitmoji.svg
1212
[download-url]: https://npmjs.org/package/commitlint-config-gitmoji
1313

14-
Shareable `commitlint` config enforcing gitmoji.
14+
Shareable `commitlint` config enforcing gitmoji commit message styles.
1515
Use with [commitlint](https://github.com/marionebl/commitlint) .
1616

1717
## Demo

packages/config/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "commitlint-config-gitmoji",
33
"version": "2.1.11",
4-
"description": ":tada: Shareable commitlint config enforcing gitmoji commit",
4+
"description": "shareable commitlint config enforcing gitmoji commit message",
55
"main": "lib/index.js",
66
"scripts": {
77
"start": "tsc -w",
88
"build": "tsc",
99
"test": "jest",
1010
"cov": "jest --coverage",
11-
"changelog": "conventional-changelog -p gitmoji-config -i CHANGELOG.md -s -r 0",
1211
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache"
1312
},
1413
"files": [

0 commit comments

Comments
 (0)