rework html linting
[squeep-html-template-helper] / index.js
index 5a14ebf466168c028b3c7efe40f04e8bd0c68b4d..2bbc356601dd67a26a3ddc3d6948f35661b10875 100644 (file)
--- 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,
 };