add JSR support
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user