Browse Source
switch punycode to the 'userland-provided' module
pull/1034/head
Remisa Yousefvand
11 months ago
No known key found for this signature in database
GPG Key ID: 40FFCC9D75692722
1 changed files with
1 additions and
1 deletions
-
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' |
|
|
|