Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm committed Mar 3, 2018
1 parent d761962 commit 0517222
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,11 +4,11 @@ Reporter that dynamically shows tests results at debug.html page.

Jasmine 1.3 is not supported. For Jasmine < 3.0.0, use version 0.2.2

![alt tag](https://raw.github.com/taras42/karma-jasmine-html-reporter/master/screenshots/reporter_1.png)
![alt tag](/screenshots/reporter_1.png)

You can also run a describe block, or a single test.

![alt tag](https://raw.github.com/taras42/karma-jasmine-html-reporter/master/screenshots/reporter_2.png)
![alt tag](/screenshots/reporter_2.png)

## Installation

Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "karma-jasmine-html-reporter",
"version": "0.2.3",
"version": "0.3.0",
"description": "A Karma plugin. Dynamically displays tests results at debug.html page",
"main": "./src/index.js",
"keywords": [
Expand All @@ -13,14 +13,14 @@
},
"author": "",
"contributors": [
{
{
"name": "Yudha Setiawan",
"url": "https://github.com/yudhasetiawan"
},
{
},
{
"name": "Brian Thompson",
"url": "https://github.com/dachibro"
},
},
{
"name": "protazy",
"url": "https://github.com/protazy"
Expand All @@ -29,9 +29,9 @@
"name": "David Federman",
"url": "https://github.com/dfederm"
}
],
],
"dependencies": {
"karma-jasmine": "^1.0.2"
"karma-jasmine": "^1.0.2"
},
"peerDependencies": {
"karma": ">=0.9",
Expand All @@ -40,4 +40,4 @@
"license": "MIT",
"devDependencies": {},
"readmeFilename": "README.md"
}
}

0 comments on commit 0517222

Please sign in to comment.