Skip to content

Commit

Permalink
changed module name so that it does not clash with karma-html-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianRT committed Jan 8, 2016
1 parent d512b42 commit e4faae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ var initReporter = function(files, baseReporterDecorator) {
initReporter.$inject = ['config.files', 'baseReporterDecorator'];

module.exports = {
'reporter:html': ['type', initReporter]
'reporter:kjhtml': ['type', initReporter]
};

0 comments on commit e4faae6

Please sign in to comment.