Skip to content

Commit

Permalink
chore: rename to Karma
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Mar 19, 2013
1 parent 117049c commit b32075d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Please see the [Contributing to Testacular] guide for information on contributing to this project.
Please see the [Contributing to Karma] guide for information on contributing to this project.

[Contributing to Testacular]: https://github.com/testacular/testacular/blob/master/CONTRIBUTING.md
[Contributing to Karma]: https://github.com/karma-runner/karma/blob/master/CONTRIBUTING.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# testacular-chrome-launcher
# karma-chrome-launcher

> Launcher for Google Chrome and Google Chrome Canary.
For more information on Testacular see the [homepage].
For more information on Karma see the [homepage].


[homepage]: http://testacular.github.com
[homepage]: http://karma-runner.github.com
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "testacular-chrome-launcher",
"name": "karma-chrome-launcher",
"version": "0.0.1",
"description": "A Testacular plugin. Launcher for Chrome and Chrome Canary.",
"description": "A Karma plugin. Launcher for Chrome and Chrome Canary.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/testacular/testacular-chrome-launcher.git"
"url": "git://github.com/karma-runner/karma-chrome-launcher.git"
},
"keywords": [
"testacular-plugin",
"karma-plugin",
"launcher",
"chrome"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {},
"peerDependencies": {
"testacular": "~0.7"
"karma": "~0.9"
},
"license": "MIT"
}

0 comments on commit b32075d

Please sign in to comment.