Skip to content

Commit

Permalink
Add support for Jasmin 3.0.0
Browse files Browse the repository at this point in the history
Closes: #31
  • Loading branch information
dfederm committed Feb 9, 2018
1 parent c9cf704 commit 284f486
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 481 deletions.
9 changes: 7 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "karma-jasmine-html-reporter",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Karma plugin. Dynamically displays tests results at debug.html page",
"main": "./src/index.js",
"keywords": [
Expand All @@ -24,13 +24,18 @@
{
"name": "protazy",
"url": "https://github.com/protazy"
},
{
"name": "David Federman",
"url": "https://github.com/dfederm"
}
],
"dependencies": {
"karma-jasmine": "^1.0.2"
},
"peerDependencies": {
"karma": ">=0.9"
"karma": ">=0.9",
"jasmine": "^3.0.0"
},
"license": "MIT",
"devDependencies": {},
Expand Down

0 comments on commit 284f486

Please sign in to comment.