Skip to content

Commit fd746f8

Browse files
committed
Update to use unist-util-visit
1 parent e31d94b commit fd746f8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mdast"
1414
],
1515
"dependencies": {
16-
"wooorm/mdast-util-visit": "^0.1.1"
16+
"wooorm/unist-util-visit": "^1.0.0"
1717
},
1818
"repository": "wooorm/mdast-zone",
1919
"scripts": [

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Dependencies.
55
*/
66

7-
var visit = require('mdast-util-visit');
7+
var visit = require('unist-util-visit');
88

99
/*
1010
* Methods.

mdast-zone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Dependencies.
66
*/
77

8-
var visit = require('mdast-util-visit');
8+
var visit = require('unist-util-visit');
99

1010
/*
1111
* Methods.

mdast-zone.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mdast"
1414
],
1515
"dependencies": {
16-
"mdast-util-visit": "^0.1.1"
16+
"unist-util-visit": "^1.0.0"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)