Skip to content

Commit bf0169b

Browse files
committed
Migrate to syntax-tree
1 parent 2b56820 commit bf0169b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var CONTINUE = CHAR_CONTINUE_AND_SPLIT + CHAR_HORIZONTAL_LINE + ' ';
4444
var STOP = CHAR_SPLIT + CHAR_HORIZONTAL_LINE + ' ';
4545

4646
/* Standard keys defined by unist:
47-
* https://github.com/wooorm/unist.
47+
* https://github.com/syntax-tree/unist.
4848
* We don‘t include `data` though. */
4949
var ignore = [
5050
'type',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"unist",
1010
"inspect"
1111
],
12-
"repository": "https://github.com/wooorm/unist-util-inspect",
13-
"bugs": "https://github.com/wooorm/unist-util-inspect/issues",
12+
"repository": "https://github.com/syntax-tree/unist-util-inspect",
13+
"bugs": "https://github.com/syntax-tree/unist-util-inspect/issues",
1414
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1515
"contributors": [
1616
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ or `inspect.noColor(node)`.
7171

7272
<!-- Definition -->
7373

74-
[build-badge]: https://img.shields.io/travis/wooorm/unist-util-inspect.svg
74+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-inspect.svg
7575

76-
[build-page]: https://travis-ci.org/wooorm/unist-util-inspect
76+
[build-page]: https://travis-ci.org/syntax-tree/unist-util-inspect
7777

78-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-inspect.svg
78+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-inspect.svg
7979

80-
[coverage-page]: https://codecov.io/github/wooorm/unist-util-inspect?branch=master
80+
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-inspect?branch=master
8181

82-
[unist]: https://github.com/wooorm/unist
82+
[unist]: https://github.com/syntax-tree/unist
8383

8484
[npm]: https://docs.npmjs.com/cli/install
8585

86-
[node]: https://github.com/wooorm/unist#unist-nodes
86+
[node]: https://github.com/syntax-tree/unist#node
8787

8888
[license]: LICENSE
8989

0 commit comments

Comments
 (0)