Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 9353e53

Browse files
committed
Replace dependency
1 parent 24647aa commit 9353e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import normalizeIdentifier from 'micromark/dist/util/normalize-identifier.js'
1+
import {normalizeIdentifier} from 'micromark-util-normalize-identifier'
22
import association from 'mdast-util-to-markdown/lib/util/association.js'
33
import phrasing from 'mdast-util-to-markdown/lib/util/container-phrasing.js'
44
import flow from 'mdast-util-to-markdown/lib/util/container-flow.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"dependencies": {
3535
"mdast-util-to-markdown": "^0.6.0",
36-
"micromark": "~2.11.0"
36+
"micromark-util-normalize-identifier": "^1.0.0-alpha.3"
3737
},
3838
"devDependencies": {
3939
"c8": "^7.0.0",

0 commit comments

Comments
 (0)