Upgrade linkifyjs to v4

This commit is contained in:
Simon Ser 2024-01-10 11:33:20 +01:00
parent 67b2b07506
commit 0640ff8712
4 changed files with 28 additions and 32 deletions

View file

@ -4,5 +4,5 @@ import { h } from "../node_modules/preact/dist/preact.module.js";
import htm from "../node_modules/htm/dist/htm.module.js";
export const html = htm.bind(h);
import * as linkifyjs from "../node_modules/linkifyjs/dist/linkify.module.js";
import * as linkifyjs from "../node_modules/linkifyjs/dist/linkify.es.js";
export { linkifyjs };