Skip to content

Commit

Permalink
Upgrade to Jasmine 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm committed Dec 25, 2019
1 parent 83f51f0 commit 864243a
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 129 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-jasmine-html-reporter",
"version": "1.4.1",
"version": "1.5.0",
"description": "A Karma plugin. Dynamically displays tests results at debug.html page",
"main": "./src/index.js",
"keywords": [
Expand Down Expand Up @@ -40,12 +40,12 @@
"peerDependencies": {
"karma": ">=0.9",
"karma-jasmine": ">=1.1",
"jasmine-core": ">=3.3"
"jasmine-core": ">=3.5"
},
"license": "MIT",
"devDependencies": {
"chalk": "*",
"jasmine-core": ">=3.3"
"jasmine-core": ">=3.5"
},
"readmeFilename": "README.md"
}
}
Loading

0 comments on commit 864243a

Please sign in to comment.