Edit karma version in package.json

npm install would fail due to PEERINVALID issues with karma.
^0.13.4 is out of range for several packages. This commit sets karma
version to ~0.12.0

Change-Id: I07634dd7cbdbc0cdb4489cbc348f9390a91e9e79
This commit is contained in:
Austin Clark 2015-09-28 10:30:49 -06:00
parent 8952ea2e5e
commit 07d2f22594
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"jasmine-core": "^2.3.4",
"jasmine-fixture": "^1.3.2",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.4",
"karma": "~0.12.0",
"karma-babel-preprocessor": "^4.0.1",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "0.1.8",