File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function getSubDirectoryNames (options) {
4646
4747function getDirectoryByExtension ( extension , options ) {
4848 return _ ( options . subdirectories )
49- . filter ( function matchesExtension ( directory ) { return _ . includes ( directory . extensions , extension ) ; } )
50- . map ( function getDirectory ( directory ) { return directory . directory ; } )
51- . first ( ) || '' ;
49+ . filter ( function matchesExtension ( directory ) { return _ . includes ( directory . extensions , extension ) ; } )
50+ . map ( function getDirectory ( directory ) { return directory . directory ; } )
51+ . first ( ) || '' ;
5252}
Original file line number Diff line number Diff line change 4747 "devDependencies" : {
4848 "codeclimate-test-reporter" : " ^0.4.0" ,
4949 "coveralls" : " ^2.11.8" ,
50- "eslint" : " ^3.9.1 " ,
50+ "eslint" : " ^4.1.0 " ,
5151 "istanbul" : " ^0.4.0" ,
5252 "mocha" : " ^3.0.2" ,
5353 "nock" : " ^9.0.2" ,
You can’t perform that action at this time.
0 commit comments