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