koa-2-ioredis
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,5 +5,6 @@ { | ||
"repository": "evheniy/koa-2-ioredis", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"scripts": { | ||
"lint": "eslint index.js tests", | ||
"lint": "npm-run-all --parallel lint:**", | ||
"lint:clear": "rimraf coverage", | ||
"lint:js:eslint": "eslint .", | ||
@@ -16,3 +17,2 @@ "lint:js:jscs": "jscs .", | ||
"report": "cat ./coverage/lcov.info | coveralls", | ||
"clear": "rimraf coverage", | ||
"precommit": "npm run lint && npm test", | ||
@@ -19,0 +19,0 @@ "prepush": "npm run lint && npm test", |
5964