Skip to content

Commit c748fd2

Browse files
committed
Added Cash App + PayPal to funding
1 parent 2b06ce6 commit c748fd2

File tree

10 files changed

+40
-80
lines changed

10 files changed

+40
-80
lines changed

generate-ip/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
"homepage": "https://generate-ip.org",
1111
"license": "MIT",
1212
"funding": [
13-
{
14-
"type": "github",
15-
"url": "http://github.com/sponsors/adamlui"
16-
},
17-
{
18-
"type": "ko-fi",
19-
"url": "https://ko-fi.com/adamlui"
20-
}
13+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
14+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
15+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
16+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
2117
],
2218
"main": "dist/generate-ip.min.js",
2319
"files": [

generate-pw/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
"homepage": "https://generatepw.org",
1111
"license": "MIT",
1212
"funding": [
13-
{
14-
"type": "github",
15-
"url": "http://github.com/sponsors/adamlui"
16-
},
17-
{
18-
"type": "ko-fi",
19-
"url": "https://ko-fi.com/adamlui"
20-
}
13+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
14+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
15+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
16+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
2117
],
2218
"main": "dist/generate-pw.min.js",
2319
"files": [

geolocate/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
"homepage": "https://geolocatejs.org",
1111
"license": "MIT",
1212
"funding": [
13-
{
14-
"type": "github",
15-
"url": "http://github.com/sponsors/adamlui"
16-
},
17-
{
18-
"type": "ko-fi",
19-
"url": "https://ko-fi.com/adamlui"
20-
}
13+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
14+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
15+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
16+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
2117
],
2218
"main": "dist/geolocate.min.js",
2319
"files": [

img-to-webp/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
"homepage": "https://www.js-utils.org",
88
"license": "MIT",
99
"funding": [
10-
{
11-
"type": "github",
12-
"url": "http://github.com/sponsors/adamlui"
13-
},
14-
{
15-
"type": "ko-fi",
16-
"url": "https://ko-fi.com/adamlui"
17-
}
10+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
11+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
12+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
13+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
1814
],
1915
"dependencies": {
2016
"imagemin": "^9.0.1",

minify.js/gulp/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
"homepage": "https://minify-js.org",
1111
"license": "MIT",
1212
"funding": [
13-
{
14-
"type": "github",
15-
"url": "http://github.com/sponsors/adamlui"
16-
},
17-
{
18-
"type": "ko-fi",
19-
"url": "https://ko-fi.com/adamlui"
20-
}
13+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
14+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
15+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
16+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
2117
],
2218
"main": "dist/gulp-minify.min.js",
2319
"files": [

minify.js/node.js/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
"homepage": "https://minify-js.org",
1111
"license": "MIT",
1212
"funding": [
13-
{
14-
"type": "github",
15-
"url": "http://github.com/sponsors/adamlui"
16-
},
17-
{
18-
"type": "ko-fi",
19-
"url": "https://ko-fi.com/adamlui"
20-
}
13+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
14+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
15+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
16+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
2117
],
2218
"main": "dist/minify.min.js",
2319
"files": [

minify.js/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
"homepage": "https://www.minify-js.org",
88
"license": "MIT",
99
"funding": [
10-
{
11-
"type": "github",
12-
"url": "http://github.com/sponsors/adamlui"
13-
},
14-
{
15-
"type": "ko-fi",
16-
"url": "https://ko-fi.com/adamlui"
17-
}
10+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
11+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
12+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
13+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
1814
],
1915
"scripts": {
2016
"prepare": "husky",

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
"homepage": "https://www.js-utils.org",
88
"license": "MIT",
99
"funding": [
10-
{
11-
"type": "github",
12-
"url": "http://github.com/sponsors/adamlui"
13-
},
14-
{
15-
"type": "ko-fi",
16-
"url": "https://ko-fi.com/adamlui"
17-
}
10+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
11+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
12+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
13+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
1814
],
1915
"scripts": {
2016
"prepare": "husky",

scss-to-css/node.js/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
"homepage": "https://scsstocss.org",
1111
"license": "MIT",
1212
"funding": [
13-
{
14-
"type": "github",
15-
"url": "http://github.com/sponsors/adamlui"
16-
},
17-
{
18-
"type": "ko-fi",
19-
"url": "https://ko-fi.com/adamlui"
20-
}
13+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
14+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
15+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
16+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
2117
],
2218
"main": "dist/scss-to-css.min.js",
2319
"files": [

scss-to-css/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
"homepage": "https://www.scsstocss.org",
88
"license": "MIT",
99
"funding": [
10-
{
11-
"type": "github",
12-
"url": "http://github.com/sponsors/adamlui"
13-
},
14-
{
15-
"type": "ko-fi",
16-
"url": "https://ko-fi.com/adamlui"
17-
}
10+
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
11+
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
12+
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
13+
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
1814
],
1915
"scripts": {
2016
"prepare": "husky",

0 commit comments

Comments
 (0)