X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=index.js;h=5a14ebf466168c028b3c7efe40f04e8bd0c68b4d;hb=12a56b9b35eeb6181ce1d4b4fa2a0536984374d8;hp=f68152dc6201ce05cf59d658e96bb88c856d8a9e;hpb=f02188f99140aabbd289b610d5968145c83fd057;p=squeep-html-template-helper diff --git a/index.js b/index.js index f68152d..5a14ebf 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,9 @@ 'use strict'; const TemplateHelper = require('./lib/template-helper'); +const LintHtml = require('./test/lint-html'); module.exports = { TemplateHelper, + LintHtml, };