add JSR support

This commit is contained in:
2025-09-06 18:01:21 -04:00
parent 3cb2f15d25
commit d11e4e963c
3 changed files with 9 additions and 26 deletions

View File

@@ -17,7 +17,7 @@
import type { FluentDomObject } from "./fluent-dom-esm.types";
import { version } from "../package.json";
import { version } from "../package.json" with { type: "json" };
import {
isFluentDomObject,
isHTMLElement,
@@ -261,4 +261,4 @@ export default (function () {
};
return FluentDom;
})();
})() as unknown as FluentDomObject;