Skip to content

Commit b04b5ac

Browse files
authored
chore(funding): remove patreon & add npm funding field (#532)
* chore(funding): remove patreon * chore: add npm funding field * chore: update changelog
1 parent e658324 commit b04b5ac

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
patreon: tunnckoCore
21
ko_fi: tunnckoCore
32

43
# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* do not promote `IncomingForm` and add `exports.default` ([#529](https://github.com/node-formidable/node-formidable/pull/529))
1111
* Improve examples and tests ([#523](https://github.com/node-formidable/node-formidable/pull/523))
1212
* First step of Code quality improvements ([#525](https://github.com/node-formidable/node-formidable/pull/525))
13+
* chore(funding): remove patreon & add npm funding field ([#525](https://github.com/node-formidable/node-formidable/pull/532)
1314

1415
### v1.2.1 (2018-03-20)
1516

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"repository": "node-formidable/node-formidable",
2424
"bugs": {
2525
"url": "http://github.com/node-formidable/node-formidable/issues"
26+
},
27+
"funding": {
28+
"url": "https://ko-fi.com/tunnckoCore/commissions"
2629
}
2730
}

0 commit comments

Comments
 (0)