Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Jul 15, 2017
1 parent 9c36378 commit 6e00c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"repository": "evheniy/koa-2-ioredis",
"version": "1.1.1",
"scripts": {
"lint": "npm-run-all --parallel lint:**",
"lint": "npm-run-all lint:**",
"lint:clear": "rimraf coverage",
"lint:js:eslint": "eslint .",
"lint:js:jscs": "jscs .",
Expand Down

0 comments on commit 6e00c42

Please sign in to comment.