Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm committed Mar 15, 2018
1 parent 0517222 commit f0132fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -42,4 +42,12 @@ module.exports = function(config) {
You can pass a list of reporters as a CLI argument too:
```bash
karma start --reporters kjhtml
```
```

## Develop

There's not much to this package.

`adapter.js` and `html.jasmine.reporter.js` are copied with small adjustments from `jasmine/lib/jasmine-core/boot.js` and `jasmine/lib/jasmine-core/jasmine-html.js` respectively.

Just pull over changes from Jasmine as needed.
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "karma-jasmine-html-reporter",
"version": "0.3.0",
"version": "1.0.0",
"description": "A Karma plugin. Dynamically displays tests results at debug.html page",
"main": "./src/index.js",
"keywords": [
Expand All @@ -9,10 +9,14 @@
"html"
],
"repository": {
"url": "https://github.com/taras42/karma-jasmine-html-reporter"
"url": "https://github.com/dfederm/karma-jasmine-html-reporter"
},
"author": "",
"contributors": [
{
"name": "David Federman",
"url": "https://github.com/dfederm"
},
{
"name": "Yudha Setiawan",
"url": "https://github.com/yudhasetiawan"
Expand All @@ -24,10 +28,6 @@
{
"name": "protazy",
"url": "https://github.com/protazy"
},
{
"name": "David Federman",
"url": "https://github.com/dfederm"
}
],
"dependencies": {
Expand Down

0 comments on commit f0132fa

Please sign in to comment.