X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=index.js;h=2bbc356601dd67a26a3ddc3d6948f35661b10875;hb=HEAD;hp=5a14ebf466168c028b3c7efe40f04e8bd0c68b4d;hpb=12a56b9b35eeb6181ce1d4b4fa2a0536984374d8;p=squeep-html-template-helper 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, };