File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
],
39
39
"dependencies" : {
40
40
"deepmerge" : " ^0.2.10" ,
41
- "istanbul" : " ^0.4.4 " ,
41
+ "istanbul" : " ^0.4.5 " ,
42
42
"jasmine" : " ^2.4.1" ,
43
43
"jasmine-reporters" : " ^2.2.0" ,
44
44
"jasmine-spec-reporter" : " ^2.5.0"
45
45
},
46
46
"devDependencies" : {
47
47
"grunt" : " ^1.0.1" ,
48
- "grunt-eslint" : " ^19 .0.0"
48
+ "grunt-eslint" : " ^18 .0.0"
49
49
},
50
50
"peerDependencies" : {
51
51
"grunt" : " ^1.0.0"
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ module.exports = function jasmineNodeTask(grunt) {
312
312
options . coverage . report = options . coverage . report || [ 'lcov' , 'text-summary' ] ;
313
313
}
314
314
315
- fileSrc = this . filesSrc || fileSrc ;
315
+ fileSrc = this . data . src || fileSrc ;
316
316
317
317
// Tell grunt this task is asynchronous.
318
318
done = this . async ( ) ;
You can’t perform that action at this time.
0 commit comments