diff options
| author | Vojta Jina | 2013-06-25 11:48:10 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2013-06-28 11:43:38 -0700 | 
| commit | 29f96c852c355d0e283a64111d4923d1bcde8f5f (patch) | |
| tree | fc40a3fec38f8245917b979a6216aa272c8cd5fa /package.json | |
| parent | 89efb12ed852070a93777c5ff0ed3f9bc822bdf0 (diff) | |
| download | angular.js-29f96c852c355d0e283a64111d4923d1bcde8f5f.tar.bz2 | |
chore: update karma to 0.9.4
And also add shared config to make karma configs a bit simpler.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index c729906e..68a0b7ec 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,12 @@      "q-fs": "0.1.36",      "qq": "0.3.5",      "shelljs": "0.1.2", -    "karma": "0.8.4", +    "karma": "~0.9.4", +    "karma-jasmine": "~0.0.1", +    "karma-chrome-launcher": "~0.0.2", +    "karma-firefox-launcher": "~0.0.1", +    "karma-ng-scenario": "~0.0.1", +    "karma-junit-reporter": "~0.0.1",      "yaml-js": "0.0.5",      "showdown": "0.3.1",      "rewire": "1.1.3",  | 
