Skip to content

Commit 9b7db5c

Browse files
committed
Add funding URLs
1 parent a32718a commit 9b7db5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patreon: tshemsedinov

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"bugs": {
1313
"url": "https://github.com/HowProgrammingWorks/Book/issues"
1414
},
15-
"homepage": "https://github.com/HowProgrammingWorks/Book",
15+
"homepage": "https://metarhia.com",
16+
"funding": {
17+
"type": "patreon",
18+
"url": "https://www.patreon.com/tshemsedinov"
19+
},
1620
"scripts": {
1721
"build": "npm run fmt && node build.js",
1822
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""

0 commit comments

Comments
 (0)