Skip to content

Commit 37f31d4

Browse files
committed
Add funding field to package.json
1 parent 32fe52e commit 37f31d4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@
99
"util",
1010
"utility"
1111
],
12-
"files": [
13-
"index.js"
14-
],
1512
"repository": "syntax-tree/mdast-util-assert",
1613
"bugs": "https://github.com/syntax-tree/mdast-util-assert/issues",
14+
"funding": {
15+
"type": "opencollective",
16+
"url": "https://opencollective.com/unified"
17+
},
1718
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1819
"contributors": [
1920
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
2021
],
22+
"files": [
23+
"index.js"
24+
],
2125
"dependencies": {
2226
"mapz": "^1.0.0",
2327
"unist-util-assert": "^1.0.0",

0 commit comments

Comments
 (0)