Skip to content

Commit efaa249

Browse files
committed
add funding
1 parent 9c3cd67 commit efaa249

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
patreon: dudko_dev
2+
custom: ["https://paypal.me/dudkodev", "https://www.buymeacoffee.com/dudko.dev"]

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sergdudko/objectstream",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Creates a stream to convert json from string or convert json to string.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -18,6 +18,20 @@
1818
"testv18": "docker run --name=objectstream-node18 --rm -v $PWD:/app node18:1.0.0 nyc npm run test"
1919
},
2020
"author": "Siarhei Dudko",
21+
"funding": [
22+
{
23+
"type": "buymeacoffee",
24+
"url": "https://www.buymeacoffee.com/dudko.dev"
25+
},
26+
{
27+
"type": "paypal",
28+
"url": "https://paypal.me/dudkodev"
29+
},
30+
{
31+
"type": "patreon",
32+
"url": "https://patreon.com/dudko_dev"
33+
}
34+
],
2135
"license": "MIT",
2236
"repository": {
2337
"type": "git",

0 commit comments

Comments
 (0)