Skip to content

Commit b237d9e

Browse files
chore(package): add funding
1 parent adb0188 commit b237d9e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
"name": "html-react-parser",
33
"version": "5.2.14",
44
"description": "HTML to React parser.",
5-
"author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",
5+
"author": "Mark <mark@remarkablemark.org> (https://remarkabl.org)",
6+
"funding": [
7+
{
8+
"type": "github",
9+
"url": "https://github.com/sponsors/remarkablemark"
10+
},
11+
{
12+
"type": "opencollective",
13+
"url": "https://opencollective.com/html-react-parser"
14+
}
15+
],
616
"main": "./lib/index.js",
717
"module": "./esm/index.mjs",
818
"exports": {

0 commit comments

Comments
 (0)