5 lines
103 B
JavaScript
Raw Normal View History

2014-01-05 20:07:11 +04:00
// PUBLISH DI MODULE
module.exports = {
'preprocessor:html2js': ['factory', require('./html2js')]
};