File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11
11
[ download-image ] : https://img.shields.io/npm/dm/commitlint-config-gitmoji.svg
12
12
[ download-url ] : https://npmjs.org/package/commitlint-config-gitmoji
13
13
14
- Shareable ` commitlint ` config enforcing gitmoji.
14
+ Shareable ` commitlint ` config enforcing gitmoji commit message styles .
15
15
Use with [ commitlint] ( https://github.com/marionebl/commitlint ) .
16
16
17
17
## Demo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-gitmoji" ,
3
3
"version" : " 2.1.11" ,
4
- "description" : " :tada: Shareable commitlint config enforcing gitmoji commit" ,
4
+ "description" : " shareable commitlint config enforcing gitmoji commit message " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
7
"start" : " tsc -w" ,
8
8
"build" : " tsc" ,
9
9
"test" : " jest" ,
10
10
"cov" : " jest --coverage" ,
11
- "changelog" : " conventional-changelog -p gitmoji-config -i CHANGELOG.md -s -r 0" ,
12
11
"clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache"
13
12
},
14
13
"files" : [
You can’t perform that action at this time.
0 commit comments