From c46dc46b4e458aec6d961c74e519358857f44573 Mon Sep 17 00:00:00 2001 From: Jason Creviston Date: Tue, 19 Mar 2024 09:05:04 -0400 Subject: [PATCH] fix: invalid ESM import --- src/closify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/closify.js b/src/closify.js index 9e8e8c5..2e03a33 100644 --- a/src/closify.js +++ b/src/closify.js @@ -1,4 +1,4 @@ -import { hasHtml } from "./utils" +import { hasHtml } from "./utils.js" const void_elements = [ 'area', 'base', 'br', 'col', 'embed', 'hr',