Skip to content

Commit 5ef717f

Browse files
committed
Migrate to syntax-tree
1 parent 45b8aef commit 5ef717f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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-before",
15-
"bugs": "https://github.com/wooorm/unist-util-find-before/issues",
14+
"repository": "https://github.com/syntax-tree/unist-util-find-before",
15+
"bugs": "https://github.com/syntax-tree/unist-util-find-before/issues",
1616
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1717
"contributors": [
1818
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`
5555

5656
<!-- Definitions -->
5757

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

60-
[travis]: https://travis-ci.org/wooorm/unist-util-find-before
60+
[travis]: https://travis-ci.org/syntax-tree/unist-util-find-before
6161

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

64-
[codecov]: https://codecov.io/github/wooorm/unist-util-find-before
64+
[codecov]: https://codecov.io/github/syntax-tree/unist-util-find-before
6565

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

6868
[license]: LICENSE
6969

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

72-
[unist]: https://github.com/wooorm/unist
72+
[unist]: https://github.com/syntax-tree/unist
7373

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

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

0 commit comments

Comments
 (0)