Skip to content

Commit

Permalink
fix(runner): removing the html2js name overwrite
Browse files Browse the repository at this point in the history
Fixes issue #43
  • Loading branch information
avanrielly committed Jul 10, 2015
1 parent 5acefb9 commit 50e4f9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// PUBLISH DI MODULE
module.exports = {
'preprocessor:ng-html2js': ['factory', require('./html2js')],
// TODO(vojta): remove this in 0.11
'preprocessor:html2js': ['factory', require('./html2js')]
};

0 comments on commit 50e4f9e

Please sign in to comment.