We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db84a7 commit 5480cc4Copy full SHA for 5480cc4
index.js
@@ -18,8 +18,8 @@
18
* Find the first node with a truthy property matching `string`.
19
*/
20
21
-import {visit} from 'unist-util-visit'
22
import iteratee from 'lodash.iteratee'
+import {visit} from 'unist-util-visit'
23
24
/**
25
* Find a node in `tree` matching `condition`.
readme.md
@@ -188,8 +188,8 @@ versions of Node.js.
188
189
When we cut a new major release, we drop support for unmaintained versions of
190
Node.
191
-This means we try to keep the current release line,
192
-`unist-util-find@^2`, compatible with Node.js 12.
+This means we try to keep the current release line, `unist-util-find@^2`,
+compatible with Node.js 12.
193
194
## Security
195
0 commit comments