Skip to content

Commit

Permalink
expose html-parser example in elenpi at exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nomocas committed Oct 6, 2015
1 parent 6e2992f commit 81be965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/html-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
if (typeof module !== 'undefined' && module.exports)
module.exports = parser;
else
this.htmlParser = parser;
})()
elenpi.htmlParser = parser;
})();

0 comments on commit 81be965

Please sign in to comment.