Skip to content

Commit 026c8dd

Browse files
author
haoxin
committedMay 17, 2018
bump deps
1 parent ef9379c commit 026c8dd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
"index.js"
1515
],
1616
"devDependencies": {
17-
"eslint": "^4.1.1",
18-
"eslint-config-standard": "^10.2.1",
19-
"eslint-plugin-import": "^2.6.1",
20-
"eslint-plugin-node": "^5.1.0",
21-
"eslint-plugin-promise": "^3.5.0",
22-
"eslint-plugin-standard": "^3.0.1",
17+
"eslint": "^4.19.1",
18+
"eslint-config-standard": "^11.0.0",
19+
"eslint-plugin-import": "^2.11.0",
20+
"eslint-plugin-node": "^6.0.1",
21+
"eslint-plugin-promise": "^3.7.0",
22+
"eslint-plugin-standard": "^3.1.0",
2323
"istanbul": "^0.4.5",
24-
"koa": "^2.3.0",
25-
"mocha": "^3.4.2",
26-
"supertest": "^3.0.0"
24+
"koa": "^2.5.1",
25+
"mocha": "^5.1.1",
26+
"supertest": "^3.1.0"
2727
},
2828
"license": "MIT",
2929
"dependencies": {
30-
"debug": "^2.6.8",
31-
"koa-send": "^4.1.0"
30+
"debug": "^3.1.0",
31+
"koa-send": "^4.1.3"
3232
},
3333
"scripts": {
3434
"lint": "eslint --fix .",
35-
"test": "mocha --harmony --reporter spec",
36-
"test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
37-
"test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
35+
"test": "mocha --harmony --reporter spec --exit",
36+
"test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --exit",
37+
"test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit"
3838
},
3939
"engines": {
4040
"node": ">= 7.6.0"

0 commit comments

Comments
 (0)
Please sign in to comment.