We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ac7a8 commit d0803bcCopy full SHA for d0803bc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitmoji-cli",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "A gitmoji client for using emojis on commit messages.",
5
"engines": {
6
"node": ">=4"
@@ -12,15 +12,15 @@
12
"esnext": true,
13
"rules": {
14
"array-callback-return": 1,
15
- "default-case": 1
16
- },
17
- "ignores": [
18
- "test/**"
19
- ]
+ "default-case": 1
+ },
+ "ignores": [
+ "test/**"
+ ]
20
},
21
"scripts": {
22
"lint": "xo",
23
- "mocha": "mocha ./test/*.js",
+ "mocha": "mocha ./test/*.js",
24
"test": "npm run lint && npm run mocha"
25
26
"repository": {
0 commit comments