Skip to content

Commit

Permalink
Fix lockfile, add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm committed Mar 15, 2018
1 parent f0132fa commit 6c12b7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# karma-jasmine-html-reporter

[![npm version](https://img.shields.io/npm/v/karma-jasmine-html-reporter.svg)](https://www.npmjs.com/package/karma-jasmine-html-reporter) [![npm downloads](https://img.shields.io/npm/dm/karma-jasmine-html-reporter.svg)](https://www.npmjs.com/package/karma-jasmine-html-reporter)

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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,7 +31,7 @@
}
],
"dependencies": {
"karma-jasmine": "^1.0.2"
"karma-jasmine": "^1.1.1"
},
"peerDependencies": {
"karma": ">=0.9",
Expand All @@ -40,4 +40,4 @@
"license": "MIT",
"devDependencies": {},
"readmeFilename": "README.md"
}
}

0 comments on commit 6c12b7d

Please sign in to comment.