File tree 3 files changed +26
-25
lines changed 3 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 58
58
]
59
59
},
60
60
"devDependencies" : {
61
- "codeclimate-test-reporter" : " 0.0.4 " ,
61
+ "codeclimate-test-reporter" : " 0.3.1 " ,
62
62
"cz-conventional-changelog" : " ^1.1.5" ,
63
- "echint" : " ^1.1.3" ,
64
- "istanbul" : " ^0.3.14" ,
65
- "mocha" : " ^2.2.5" ,
66
- "should" : " ^6.0.3" ,
67
- "standard" : " ^3.11.1" ,
63
+ "echint" : " ^1.5.2" ,
64
+ "mocha" : " ^2.4.5" ,
65
+ "should" : " ^8.2.2" ,
66
+ "standard" : " ^6.0.4" ,
68
67
"unirest" : " ^0.4.2" ,
69
- "semantic-release" : " ^4.3.5 "
68
+ "semantic-release" : " ^6.2.0 "
70
69
},
71
70
"dependencies" : {
72
- "change-case" : " ^2.3.0 " ,
73
- "commander" : " ^2.8.1 " ,
74
- "compression" : " ^1.4.4 " ,
75
- "cookie-parser" : " ^1.3.5 " ,
71
+ "change-case" : " ^2.3.1 " ,
72
+ "commander" : " ^2.9.0 " ,
73
+ "compression" : " ^1.6.1 " ,
74
+ "cookie-parser" : " ^1.4.1 " ,
76
75
"debug-log" : " ^1.0.0" ,
77
- "dicer" : " ^0.2.4 " ,
78
- "dotenv" : " ^1.1 .0" ,
79
- "express" : " ^4.12 .4" ,
76
+ "dicer" : " ^0.2.5 " ,
77
+ "dotenv" : " ^2.0 .0" ,
78
+ "express" : " ^4.13 .4" ,
80
79
"forwarded-http" : " ^0.3.0" ,
81
- "har-validator" : " ^1.7.1" ,
82
- "jade" : " ^1.10.0" ,
83
- "marked" : " ^0.3.3" ,
80
+ "har-validator" : " ^2.0.6" ,
81
+ "istanbul" : " ^0.4.2" ,
82
+ "jade" : " ^1.11.0" ,
83
+ "jstransformer-marked" : " ^1.0.1" ,
84
84
"media-typer" : " ^0.3.0" ,
85
- "method-override" : " ^2.3.3 " ,
86
- "moment" : " ^2.10.3 " ,
87
- "morgan" : " ^1.5.3 " ,
88
- "node-uuid" : " ^1.4.3 " ,
89
- "redis" : " ^0.12.1 " ,
85
+ "method-override" : " ^2.3.5 " ,
86
+ "moment" : " ^2.11.2 " ,
87
+ "morgan" : " ^1.6.1 " ,
88
+ "node-uuid" : " ^1.4.7 " ,
89
+ "redis" : " ^2.4.2 " ,
90
90
"require-directory" : " ^2.1.1" ,
91
91
"xmlbuilder" : " ^4.2.1" ,
92
- "yamljs" : " ^0.2.3 "
92
+ "yamljs" : " ^0.2.4 "
93
93
}
94
94
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ extends layout.jade
2
2
3
3
block content
4
4
div.container
5
- include:markdown ../../README.md
5
+ include:marked ../../README.md
Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ describe('HTTP', function () {
77
77
} )
78
78
79
79
req . end ( function ( res ) {
80
- res . body . should . be . an . Array . and . be . containDeep ( [ '10.10.10.1' , '10.10.10.2' , '10.10.10.3' ] )
80
+ res . body . should . be . an . Array
81
+ res . body . should . containDeep ( [ '10.10.10.1' , '10.10.10.2' , '10.10.10.3' ] )
81
82
82
83
done ( )
83
84
} )
You can’t perform that action at this time.
0 commit comments