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 + ' ';
44
44
var STOP = CHAR_SPLIT + CHAR_HORIZONTAL_LINE + ' ' ;
45
45
46
46
/* Standard keys defined by unist:
47
- * https://github.com/wooorm /unist.
47
+ * https://github.com/syntax-tree /unist.
48
48
* We don‘t include `data` though. */
49
49
var ignore = [
50
50
'type' ,
Original file line number Diff line number Diff line change 9
9
" unist" ,
10
10
" inspect"
11
11
],
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" ,
14
14
"author" :
" Titus Wormer <[email protected] > (http://wooorm.com)" ,
15
15
"contributors" : [
16
16
" Titus Wormer <[email protected] > (http://wooorm.com)"
Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ or `inspect.noColor(node)`.
71
71
72
72
<!-- Definition -->
73
73
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
75
75
76
- [ build-page ] : https://travis-ci.org/wooorm /unist-util-inspect
76
+ [ build-page ] : https://travis-ci.org/syntax-tree /unist-util-inspect
77
77
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
79
79
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
81
81
82
- [ unist ] : https://github.com/wooorm /unist
82
+ [ unist ] : https://github.com/syntax-tree /unist
83
83
84
84
[ npm ] : https://docs.npmjs.com/cli/install
85
85
86
- [ node ] : https://github.com/wooorm /unist#unist-nodes
86
+ [ node ] : https://github.com/syntax-tree /unist#node
87
87
88
88
[ license ] : LICENSE
89
89
You can’t perform that action at this time.
0 commit comments