Skip to content

Commit 075840b

Browse files
committed
ignore assert in dep check
1 parent 6351872 commit 075840b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

script/check-deps.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const main = async () => {
4747
'imurmurhash',
4848
'js-cookie',
4949
'mdast-util-from-markdown',
50-
'unist-util-visit'
50+
'unist-util-visit',
51+
'assert'
5152
]
5253
})
5354

0 commit comments

Comments
 (0)