File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 14
14
" index.js"
15
15
],
16
16
"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 " ,
23
23
"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"
27
27
},
28
28
"license" : " MIT" ,
29
29
"dependencies" : {
30
- "debug" : " ^2.6.8 " ,
31
- "koa-send" : " ^4.1.0 "
30
+ "debug" : " ^3.1.0 " ,
31
+ "koa-send" : " ^4.1.3 "
32
32
},
33
33
"scripts" : {
34
34
"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 "
38
38
},
39
39
"engines" : {
40
40
"node" : " >= 7.6.0"
You can’t perform that action at this time.
0 commit comments