Skip to content

Commit 4f315b0

Browse files
committedSep 2, 2019
add GitHub sponsors
1 parent cd716a2 commit 4f315b0

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See also:
3737
<p>&nbsp;</p>
3838

3939
<p align="center">
40-
<a href="https://patreon.com/typicode">Become a sponsor and have your company logo here</a>
40+
<a href="https://github.com/users/typicode/sponsorship">Become a sponsor and have your company logo here</a>
4141
</p>
4242

4343
## Table of contents
@@ -610,4 +610,4 @@ You can deploy JSON Server. For example, [JSONPlaceholder](http://jsonplaceholde
610610

611611
MIT
612612

613-
[Patreon](https://www.patreon.com/typicode) - [Supporters](https://thanks.typicode.com)
613+
[Supporters](https://thanks.typicode.com)

‎postinstall.js

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
const chalk = require('chalk')
22

3-
console.log('Like JSON Server? You can support the project on Patreon:')
4-
console.log(chalk.cyan('https://www.patreon.com/typicode'), '❤')
3+
console.log(
4+
'Like JSON Server? You can support the project on',
5+
chalk.bold('GitHub Sponsors')
6+
)
7+
console.log(
8+
chalk.underline('https://github.com/users/typicode/sponsorship'),
9+
chalk.red('❤')
10+
)

0 commit comments

Comments
 (0)
Please sign in to comment.