bump package version to 1.6.1
[squeep-html-template-helper] / index.js
index f68152dc6201ce05cf59d658e96bb88c856d8a9e..2bbc356601dd67a26a3ddc3d6948f35661b10875 100644 (file)
--- a/index.js
+++ b/index.js
@@ -1,7 +1,9 @@
 'use strict';
 
 const TemplateHelper = require('./lib/template-helper');
+const { makeHtmlLint } = require('./test/lint-html');
 
 module.exports = {
   TemplateHelper,
+  makeHtmlLint,
 };