Skip to content

Commit d0803bc

Browse files
committed
1.2.1
1 parent 65ac7a8 commit d0803bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmoji-cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A gitmoji client for using emojis on commit messages.",
55
"engines": {
66
"node": ">=4"
@@ -12,15 +12,15 @@
1212
"esnext": true,
1313
"rules": {
1414
"array-callback-return": 1,
15-
"default-case": 1
16-
},
17-
"ignores": [
18-
"test/**"
19-
]
15+
"default-case": 1
16+
},
17+
"ignores": [
18+
"test/**"
19+
]
2020
},
2121
"scripts": {
2222
"lint": "xo",
23-
"mocha": "mocha ./test/*.js",
23+
"mocha": "mocha ./test/*.js",
2424
"test": "npm run lint && npm run mocha"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)