Skip to content

Commit 5e05b56

Browse files
committed
chore: add sponsor badge.
1 parent 70718e5 commit 5e05b56

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/FUNDING.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# These are supported funding model platforms
2+
3+
# github: [jaywcjlove]
4+
# patreon: # Replace with a single Patreon username
5+
# open_collective: # Replace with a single Open Collective username
6+
# ko_fi: # Replace with a single Ko-fi username
7+
# tidelift: #npm/mocker-api
8+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
custom: https://jaywcjlove.github.io/#/sponsor

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
name: ${{ steps.create_tag.outputs.version }}
5454
tag: ${{ steps.create_tag.outputs.version }}
5555
body: |
56+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
57+
5658
${{ steps.changelog.outputs.compareurl }}
5759
5860
${{ steps.changelog.outputs.changelog }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
NPM UNPKG
22
===
33

4+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
45
[![CI Build & Deploy](https://github.com/uiwjs/npm-unpkg/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/npm-unpkg/actions/workflows/ci.yml)
56
[![Open in Gitpod](https://shields.io/badge/Open%20in-Gitpod-green?logo=Gitpod)](https://gitpod.io/#https://github.com/uiwjs/npm-unpkg)
67

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "npm-unpkg",
33
"version": "2.1.0",
44
"description": "A web application to view npm package files, Based on unpkg.",
5+
"funding": "https://jaywcjlove.github.io/#/sponsor",
56
"private": true,
67
"scripts": {
78
"prepare": "husky install",

0 commit comments

Comments
 (0)