Skip to content

Commit

Permalink
Ignore Jasmine update until fix issues of Zone.js
Browse files Browse the repository at this point in the history
[Zone.js issue #1015](angular/zone.js#1015)
  • Loading branch information
SpiralOutDotEu authored Apr 15, 2018
1 parent 1b86b6f commit 26ea450
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"core-js": "^2.4.1",
"firebase": "^4.12.0",
"rxjs": "^5.5.6",
"zone.js": "git://github.com/JiaLiPassion/zone.js#jasmine-dist"
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "~1.7.3",
Expand All @@ -49,4 +49,10 @@
"tslint": "~5.9.1",
"typescript": "~2.8.1"
}
"greenkeeper": {
"ignore": [
"jasmine-core",
"jasmine-spec-reporter"
]
}
}

0 comments on commit 26ea450

Please sign in to comment.