Skip to content

Commit

Permalink
build: update karma runner dependencies
Browse files Browse the repository at this point in the history
A new stable version of karma runner was released 2 days ago and
we need to bump up its version to restore compatibility with all
the karma plugins, otheriwse fresh npm install is failing.
  • Loading branch information
PK1A committed Mar 13, 2014
1 parent 723ce4b commit 6729fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"grunt-contrib-uglify": "~0.2.7",
"grunt-peg": "~1.0.0",
"atpackager": "~0.2.2",
"karma": "~0.11.12",
"grunt-karma": "~0.7.2",
"karma": "~0.12.0",
"grunt-karma": "~0.8.0",
"karma-commonjs": "0.0.6",
"karma-sauce-launcher": "~0.1.7",
"karma-sauce-launcher": "~0.2.2",
"karma-mocha": "~0.1.1",
"karma-expect": "~1.0.0",
"karma-chrome-launcher": "~0.1.2",
Expand Down

0 comments on commit 6729fe0

Please sign in to comment.