File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ var CONTINUE = CHAR_CONTINUE_AND_SPLIT + CHAR_HORIZONTAL_LINE + ' ';
4444var 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. */
4949var ignore = [
5050 'type' ,
Original file line number Diff line number Diff line change 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 <tituswormer@gmail.com> (http://wooorm.com)" ,
1515 "contributors" : [
1616 " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments