Skip to content

Commit 8f82c34

Browse files
committed
chore: add funding field in package.json
1 parent 69237b8 commit 8f82c34

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
name: ${{ steps.changelog.outputs.tag }}
7676
tag: ${{ steps.changelog.outputs.tag }}
7777
body: |
78+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
79+
7880
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs/react-signature/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
7981
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
8082

core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A signature board component for react.",
55
"author": "Kenny Wong <[email protected]>",
66
"homepage": "https://uiwjs.github.io/react-signature",
7+
"funding": "https://jaywcjlove.github.io/#/sponsor",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/uiwjs/react-signature.git"

0 commit comments

Comments
 (0)