Skip to content

Commit 77237bb

Browse files
committed
Migrate to syntax-tree
1 parent cacb15d commit 77237bb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ Detect if [`node`][node] is [**generated**][spec].
4949

5050
<!-- Definition -->
5151

52-
[build-badge]: https://img.shields.io/travis/wooorm/unist-util-generated.svg
52+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-generated.svg
5353

54-
[build-page]: https://travis-ci.org/wooorm/unist-util-generated
54+
[build-page]: https://travis-ci.org/syntax-tree/unist-util-generated
5555

56-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-generated.svg
56+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-generated.svg
5757

58-
[coverage-page]: https://codecov.io/github/wooorm/unist-util-generated?branch=master
58+
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-generated?branch=master
5959

6060
[npm]: https://docs.npmjs.com/cli/install
6161

6262
[license]: LICENSE
6363

6464
[author]: http://wooorm.com
6565

66-
[unist]: https://github.com/wooorm/unist
66+
[unist]: https://github.com/syntax-tree/unist
6767

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

70-
[spec]: https://github.com/wooorm/unist#location
70+
[spec]: https://github.com/syntax-tree/unist#location

0 commit comments

Comments
 (0)