Skip to content

Commit 9b11105

Browse files
committed
Add funding to packages
1 parent e7126a2 commit 9b11105

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"homepage": "https://github.com/rehypejs/rehype",
55
"repository": "rehypejs/rehype",
66
"bugs": "https://github.com/rehypejs/rehype/issues",
7+
"funding": {
8+
"type": "opencollective",
9+
"url": "https://opencollective.com/unified"
10+
},
711
"devDependencies": {
812
"bail": "^1.0.0",
913
"browserify": "^16.0.0",

packages/rehype-cli/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
},
1616
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype-cli",
1717
"bugs": "https://github.com/rehypejs/rehype/issues",
18+
"funding": {
19+
"type": "opencollective",
20+
"url": "https://opencollective.com/unified"
21+
},
1822
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1923
"contributors": [
2024
"Titus Wormer <[email protected]> (https://wooorm.com)"

packages/rehype-parse/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"homepage": "https://github.com/rehypejs/rehype",
1515
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse",
1616
"bugs": "https://github.com/rehypejs/rehype/issues",
17+
"funding": {
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/unified"
20+
},
1721
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1822
"contributors": [
1923
"Titus Wormer <[email protected]> (https://wooorm.com)"

packages/rehype-stringify/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"homepage": "https://github.com/rehypejs/rehype",
1515
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify",
1616
"bugs": "https://github.com/rehypejs/rehype/issues",
17+
"funding": {
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/unified"
20+
},
1721
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1822
"contributors": [
1923
"Titus Wormer <[email protected]> (https://wooorm.com)"

packages/rehype/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"homepage": "https://github.com/rehypejs/rehype",
2222
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype",
2323
"bugs": "https://github.com/rehypejs/rehype/issues",
24+
"funding": {
25+
"type": "opencollective",
26+
"url": "https://opencollective.com/unified"
27+
},
2428
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
2529
"contributors": [
2630
"Titus Wormer <[email protected]> (https://wooorm.com)"

0 commit comments

Comments
 (0)