Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Krummsdorf committed Oct 15, 2015
1 parent f9dd647 commit c5fd9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
'use strict';

var DetectBrowsers = function (config, logger) {
var path = require('path'),
fs = require('fs'),
var fs = require('fs'),
which = require('which'),
browsers = require('./browsers'),
log = logger.create('framework.detect-browsers');
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "karma-detect-browsers",
"description": "Karma runner plugin for detecting all browsers installed on the current system.",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/litixsoft/karma-detect-browsers",
"author": {
"name": "Litixsoft GmbH",
Expand Down Expand Up @@ -70,7 +70,7 @@
"grunt-contrib-jshint": "^0.11.3",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma": "^0.13.11",
"karma-jasmine": "^0.3.6",
"karma-safari-launcher": "*",
"karma-ie-launcher": "*",
Expand All @@ -81,6 +81,6 @@
"phantomjs": "1.9.18"
},
"dependencies": {
"which": "~1.2.0"
"which": "^1.2.0"
}
}

0 comments on commit c5fd9c2

Please sign in to comment.