Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Nov 27, 2016
1 parent 65ac7a8 commit d0803bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitmoji-cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "A gitmoji client for using emojis on commit messages.",
"engines": {
"node": ">=4"
Expand All @@ -12,15 +12,15 @@
"esnext": true,
"rules": {
"array-callback-return": 1,
"default-case": 1
},
"ignores": [
"test/**"
]
"default-case": 1
},
"ignores": [
"test/**"
]
},
"scripts": {
"lint": "xo",
"mocha": "mocha ./test/*.js",
"mocha": "mocha ./test/*.js",
"test": "npm run lint && npm run mocha"
},
"repository": {
Expand Down

0 comments on commit d0803bc

Please sign in to comment.