File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,6 @@ if (program.reload) {
131
131
132
132
var io = require ( 'socket.io' ) . listen ( server , { log : false } ) ;
133
133
134
- io . enable ( 'browser client minification' ) ;
135
- io . enable ( 'browser client etag' ) ;
136
- io . enable ( 'browser client gzip' ) ;
137
134
io . set ( 'log level' , 1 ) ;
138
135
139
136
verbose ( 'creating change watcher' ) ;
Original file line number Diff line number Diff line change 12
12
},
13
13
"author" :
" Luke Kavanagh <[email protected] >" ,
14
14
"repository" : {
15
- "type" : " git" ,
15
+ "type" : " git" ,
16
16
"url" : " https://github.com/kavanagh/srvlr"
17
17
},
18
18
"bugs" : {
25
25
"preferGlobal" : true ,
26
26
"license" : " MIT" ,
27
27
"dependencies" : {
28
- "express" : " ~4.13.3" ,
29
28
"commander" : " ~2.2.0" ,
30
- "portfinder" : " ~0.4.0" ,
31
- "opener" : " ~1.4.1" ,
32
29
"compression" : " ~1.0.2" ,
33
- "serve-static" : " ~1.10.0" ,
30
+ "connect-inject" : " ~0.3.2" ,
31
+ "express" : " ~4.13.3" ,
34
32
"morgan" : " ~1.1.1" ,
33
+ "opener" : " ~1.4.1" ,
34
+ "portfinder" : " ~0.4.0" ,
35
35
"serve-index" : " ~1.7.2" ,
36
- "connect-inject " : " ~0.3.2 " ,
37
- "socket.io" : " ~0.9.16 " ,
36
+ "serve-static " : " ~1.10.0 " ,
37
+ "socket.io" : " ^1.7.1 " ,
38
38
"watch" : " ~0.16.0"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments