Skip to content

Commit

Permalink
fix(stark-testing): downgrade 'jasmine-core' dependency due to an iss…
Browse files Browse the repository at this point in the history
…ue with Zone.js (angular/zone.js#1015)
  • Loading branch information
christophercr committed Mar 23, 2018
1 parent d3f0de2 commit 7c6f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stark-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/jasmine": "2.8.6",
"@types/node": "6.0.102",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine-core": "3.1.0",
"jasmine-core": "2.99.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
Expand Down

0 comments on commit 7c6f16f

Please sign in to comment.