Skip to content

Commit e6b405d

Browse files
authored
Merge pull request #59 from nirnatan/master
update istanbul to 0.4.5
2 parents 75e7c2b + 5c3b023 commit e6b405d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
],
3939
"dependencies": {
4040
"deepmerge": "^0.2.10",
41-
"istanbul": "^0.4.4",
41+
"istanbul": "^0.4.5",
4242
"jasmine": "^2.4.1",
4343
"jasmine-reporters": "^2.2.0",
4444
"jasmine-spec-reporter": "^2.5.0"
4545
},
4646
"devDependencies": {
4747
"grunt": "^1.0.1",
48-
"grunt-eslint": "^19.0.0"
48+
"grunt-eslint": "^18.0.0"
4949
},
5050
"peerDependencies": {
5151
"grunt": "^1.0.0"

tasks/jasmine-node-task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ module.exports = function jasmineNodeTask(grunt) {
312312
options.coverage.report = options.coverage.report || ['lcov', 'text-summary'];
313313
}
314314

315-
fileSrc = this.filesSrc || fileSrc;
315+
fileSrc = this.data.src || fileSrc;
316316

317317
// Tell grunt this task is asynchronous.
318318
done = this.async();

0 commit comments

Comments
 (0)