Skip to content

Commit f0d97d6

Browse files
author
haoxin
committedJun 19, 2018
bump deps
1 parent 78a087b commit f0d97d6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
 

‎package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@
1313
"index.js"
1414
],
1515
"devDependencies": {
16-
"eslint": "^3.19.0",
17-
"eslint-config-standard": "^10.2.1",
18-
"eslint-plugin-import": "^2.2.0",
19-
"eslint-plugin-node": "^4.2.2",
20-
"eslint-plugin-promise": "^3.5.0",
21-
"eslint-plugin-standard": "^3.0.1",
22-
"iltorb": "^1.2.1",
23-
"istanbul": "0",
24-
"koa": "2",
25-
"mocha": "3",
26-
"should": "11",
27-
"supertest": "3"
16+
"eslint": "^4.19.1",
17+
"eslint-config-standard": "^11.0.0",
18+
"eslint-plugin-import": "^2.12.0",
19+
"eslint-plugin-node": "^6.0.1",
20+
"eslint-plugin-promise": "^3.8.0",
21+
"eslint-plugin-standard": "^3.1.0",
22+
"iltorb": "^2.3.2",
23+
"istanbul": "^0.4.5",
24+
"koa": "^2.5.1",
25+
"mocha": "^5.2.0",
26+
"should": "^13.2.1",
27+
"supertest": "^3.1.0"
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"debug": "^2.6.3",
32-
"http-errors": "^1.6.1",
33-
"mz": "^2.6.0",
31+
"debug": "^3.1.0",
32+
"http-errors": "^1.6.3",
33+
"mz": "^2.7.0",
3434
"resolve-path": "^1.4.0"
3535
},
3636
"scripts": {
3737
"lint": "eslint --fix .",
38-
"test": "mocha --require should --reporter spec",
39-
"test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --require should",
40-
"test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
38+
"test": "mocha --require should --reporter spec --exit",
39+
"test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --require should --exit",
40+
"test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should --exit"
4141
},
4242
"engines": {
4343
"node": ">= 7.6.0"

0 commit comments

Comments
 (0)
Please sign in to comment.