Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #171 from gavinr/update-dependencies
Browse files Browse the repository at this point in the history
Misc updates
  • Loading branch information
gavinr authored Mar 7, 2022
2 parents 95f778e + e283d8f commit cf40b75
Show file tree
Hide file tree
Showing 15 changed files with 12,992 additions and 3,700 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ dist/**/*.css
dist/**/*.gif
dist/**/*.png
dist/**/*.jpg
dist/**/*.json
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ module.exports = function (config) {
// Configure the coverage reporters
coverageReporter: {
reporters: [
{type: 'html', dir: 'coverage/'},
{type: 'text'}
{ type: 'html', dir: 'coverage/' },
{ type: 'text' }
]
}
};
Expand Down
Loading

0 comments on commit cf40b75

Please sign in to comment.