File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,14 @@ console.log(size(tree.children[0].children[0])); // 0
33
33
Calculate the number of nodes in [ ` node ` ] [ node ] .
34
34
The result is excluding the given node itself.
35
35
36
+ ## Contribute
37
+
38
+ See [ ` contribute.md ` in ` syntax-tree/unist ` ] [ contribute ] for ways to get
39
+ started.
40
+
41
+ This organisation has a [ Code of Conduct] [ coc ] . By interacting with this
42
+ repository, organisation, or community you agree to abide by its terms.
43
+
36
44
## License
37
45
38
46
[ MIT] [ license ] © [ Titus Wormer] [ author ]
@@ -56,3 +64,7 @@ The result is excluding the given node itself.
56
64
[ unist ] : https://github.com/syntax-tree/unist
57
65
58
66
[ node ] : https://github.com/syntax-tree/unist#node
67
+
68
+ [ contribute ] : https://github.com/syntax-tree/unist/blob/master/contributing.md
69
+
70
+ [ coc ] : https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md
You can’t perform that action at this time.
0 commit comments