Skip to content

Commit

Permalink
Bumped dependencies versions to mitigate issue codymikol/karma-webpac…
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mig committed Aug 16, 2015
1 parent 59e388c commit 4c2c626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__LIB_NAME__",
"version": "0.9.1",
"version": "0.9.2",
"authors": [
"yetu"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__LIB_NAME__",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"main": "./dist/commonjs/index.js",
"scripts": {
Expand Down Expand Up @@ -34,15 +34,15 @@
"istanbul-instrumenter-loader": "^0.1.2",
"jasmine-core": "^2.1.3",
"jshint": "^2.6.0",
"karma": "^0.12.31",
"karma": "^0.13.9",
"karma-babel-preprocessor": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-webpack": "^1.5.0",
"karma-webpack": "^1.7.0",
"npm": "^2.6.1",
"webpack": "^1.6.0"
},
Expand Down

0 comments on commit 4c2c626

Please sign in to comment.