File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ before_install:
23
23
24
24
# Setup Node.js version-specific dependencies
25
25
- " test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
26
- - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E '\" eslint\\ S*\" ' package.json | cut -d'\" ' -f2)"
26
+ - " test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 6 || npm rm --save-dev $(grep -E '\" eslint\\ S*\" ' package.json | cut -d'\" ' -f2)"
27
27
28
28
# Update Node.js modules
29
29
- " test ! -d node_modules || npm prune"
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ var compression = require('compression')
151
151
var express = require (' express' )
152
152
153
153
var app = express ()
154
- app .use (compression ({filter: shouldCompress}))
154
+ app .use (compression ({ filter: shouldCompress }))
155
155
156
156
function shouldCompress (req , res ) {
157
157
if (req .headers [' x-no-compression' ]) {
Original file line number Diff line number Diff line change 19
19
},
20
20
"devDependencies" : {
21
21
"after" : " 0.8.2" ,
22
- "eslint" : " 4.19.1 " ,
23
- "eslint-config-standard" : " 11 .0.0" ,
24
- "eslint-plugin-import" : " 2.13 .0" ,
22
+ "eslint" : " 5.4.0 " ,
23
+ "eslint-config-standard" : " 12 .0.0" ,
24
+ "eslint-plugin-import" : " 2.14 .0" ,
25
25
"eslint-plugin-markdown" : " 1.0.0-beta.6" ,
26
- "eslint-plugin-node" : " 6 .0.1" ,
27
- "eslint-plugin-promise" : " 3.8 .0" ,
28
- "eslint-plugin-standard" : " 3.1 .0" ,
26
+ "eslint-plugin-node" : " 7 .0.1" ,
27
+ "eslint-plugin-promise" : " 4.0 .0" ,
28
+ "eslint-plugin-standard" : " 4.0 .0" ,
29
29
"istanbul" : " 0.4.5" ,
30
30
"mocha" : " 2.5.3" ,
31
31
"supertest" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments