From c5e5193ebf05278db13d51eaf2b9ebfa539ab515 Mon Sep 17 00:00:00 2001 From: Remisa Yousefvand Date: Sat, 6 Jul 2024 15:31:36 +0330 Subject: [PATCH] switch punycode to the 'userland-provided' module --- lib/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.mjs b/lib/index.mjs index 8a8af9d..a436b22 100644 --- a/lib/index.mjs +++ b/lib/index.mjs @@ -8,7 +8,7 @@ import ParserBlock from './parser_block.mjs' import ParserInline from './parser_inline.mjs' import LinkifyIt from 'linkify-it' import * as mdurl from 'mdurl' -import punycode from 'punycode.js' +import punycode from 'punycode.js/' import cfg_default from './presets/default.mjs' import cfg_zero from './presets/zero.mjs'