Skip to content

Commit

Permalink
Updated Jasmine-core to a dependency of version 3.2 (#15)
Browse files Browse the repository at this point in the history
* Updated dependancy to jasmine-core 3.2

* Updated version

* Modified package.json

* Removed local npm

* Updated package.lock
  • Loading branch information
footballencarta authored and dfederm committed Aug 20, 2018
1 parent 28f85d6 commit 1a9ea67
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "karma-jasmine-html-reporter",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Karma plugin. Dynamically displays tests results at debug.html page",
"main": "./src/index.js",
"keywords": [
Expand Down Expand Up @@ -31,17 +31,21 @@
{
"name": "protazy",
"url": "https://github.com/protazy"
},
{
"name": "footballencarta",
"url": "https://github.com/footballencarta"
}
],
"peerDependencies": {
"karma": ">=0.9",
"karma-jasmine": ">=1.1",
"jasmine-core": ">=3"
"jasmine-core": ">=3.2"
},
"license": "MIT",
"devDependencies": {
"chalk": "*",
"jasmine-core": ">=3"
"jasmine-core": ">=3.2"
},
"readmeFilename": "README.md"
}

0 comments on commit 1a9ea67

Please sign in to comment.