Skip to content

Commit 28af29b

Browse files
committed
Update homepage and add funding link
PR-URL: #50
1 parent 2e8dee8 commit 28af29b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@
2525
"engines": {
2626
"node": "^12.9 || 14 || 15"
2727
},
28-
"homepage": "https://github.com/metarhia/metavm#readme",
2928
"repository": {
3029
"type": "git",
3130
"url": "git+https://github.com/metarhia/metavm.git"
3231
},
3332
"bugs": {
34-
"url": "https://github.com/metarhia/metavm/issues"
33+
"url": "https://github.com/metarhia/metavm/issues",
34+
"email": "timur.shemsedinov@gmail.com"
35+
},
36+
"homepage": "https://metarhia.com",
37+
"funding": {
38+
"type": "patreon",
39+
"url": "https://www.patreon.com/tshemsedinov"
3540
},
3641
"scripts": {
3742
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.yml\"",

0 commit comments

Comments
 (0)