Skip to content

Commit

Permalink
Downgrade karma temporarily due to bug
Browse files Browse the repository at this point in the history
Newer versions of karma have an unfixed bug:
karma-runner/karma#1782

Should set to upgrade patch versions automatically after its fixed.
  • Loading branch information
Marco Segreto committed Jan 6, 2016
1 parent d47067e commit ade7a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jasmine-core": "^2.3.4",
"jasmine-sinon": "^0.4.0",
"jsx-loader": "^0.13.2",
"karma": "^0.13.8",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.2.2",
"karma-jasmine-matchers": "^0.1.3",
Expand Down

1 comment on commit ade7a98

@camjc
Copy link

@camjc camjc commented on ade7a98 Jan 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure you want to remove the ^, otherwise it'll still install 0.13.latest

Please sign in to comment.