Skip to content

Commit cf0dda7

Browse files
committed
Migrate to syntax-tree
1 parent 9142299 commit cf0dda7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"util",
1212
"utility"
1313
],
14-
"repository": "https://github.com/wooorm/unist-util-find-all-before",
15-
"bugs": "https://github.com/wooorm/unist-util-find-all-before/issues",
14+
"repository": "https://github.com/syntax-tree/unist-util-find-all-before",
15+
"bugs": "https://github.com/syntax-tree/unist-util-find-all-before/issues",
1616
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1717
"contributors": [
1818
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

Diff for: readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`
5656

5757
<!-- Definitions -->
5858

59-
[travis-badge]: https://img.shields.io/travis/wooorm/unist-util-find-all-before.svg
59+
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-find-all-before.svg
6060

61-
[travis]: https://travis-ci.org/wooorm/unist-util-find-all-before
61+
[travis]: https://travis-ci.org/syntax-tree/unist-util-find-all-before
6262

63-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-find-all-before.svg
63+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-all-before.svg
6464

65-
[codecov]: https://codecov.io/github/wooorm/unist-util-find-all-before
65+
[codecov]: https://codecov.io/github/syntax-tree/unist-util-find-all-before
6666

6767
[npm]: https://docs.npmjs.com/cli/install
6868

6969
[license]: LICENSE
7070

7171
[author]: http://wooorm.com
7272

73-
[unist]: https://github.com/wooorm/unist
73+
[unist]: https://github.com/syntax-tree/unist
7474

75-
[node]: https://github.com/wooorm/unist#node
75+
[node]: https://github.com/syntax-tree/unist#node
7676

77-
[is]: https://github.com/wooorm/unist-util-is
77+
[is]: https://github.com/syntax-tree/unist-util-is

0 commit comments

Comments
 (0)