-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |