Skip to content

Commit

Permalink
Change peer dependency on Jasmine to Jasmine Core (#12)
Browse files Browse the repository at this point in the history
This will fix the following npm warning:
```
npm WARN karma-jasmine-html-reporter@1.1.0 requires a peer of jasmine@>=3 but none is installed. You must install peer dependencies yourself.
```
  • Loading branch information
AdamVig authored and dfederm committed Jun 28, 2018
1 parent b7d2c13 commit 3127377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"karma": ">=0.9",
"karma-jasmine": ">=1.1",
"jasmine": ">=3"
"jasmine-core": ">=3"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 3127377

Please sign in to comment.