Skip to content

Commit

Permalink
test: karma-sauce-launcher correctly uses itself as devDep for DI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wren committed Mar 26, 2014
1 parent a35481c commit 45566e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "index.js",
"scripts": {
"test": "karma start examples/karma.conf-ci.js"
"test": "rm -rf node_modules/karma-sauce-launcher && mkdir node_modules/karma-sauce-launcher && cp -r index.js lib package.json ./node_modules/karma-sauce-launcher/ && karma start examples/karma.conf-ci.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"grunt-bump": "~0.0.7",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "~0.0.2",
"karma-sauce-launcher": "karma-runner/karma-sauce-launcher",
"karma-sauce-launcher": "0.2.3",
"karma-jasmine": "^0.1.5"
},
"contributors": [
Expand Down

0 comments on commit 45566e7

Please sign in to comment.