1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-22 01:47:01 +01:00

add funding to package.json

This commit is contained in:
Matthias Kretschmann 2023-10-25 00:55:44 +01:00
parent 5fb23c7441
commit acdfc1e732
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 21 additions and 1 deletions

10
package-lock.json generated
View File

@ -7,6 +7,16 @@
"": { "": {
"name": "astro-redirect-from", "name": "astro-redirect-from",
"version": "1.0.3", "version": "1.0.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/kremalicious"
},
{
"type": "individual",
"url": "https://kremalicious.com/thanks"
}
],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"astro": ">= 3", "astro": ">= 3",

View File

@ -80,5 +80,15 @@
}, },
"bugs": { "bugs": {
"url": "https://github.com/kremalicious/astro-redirect-from/issues" "url": "https://github.com/kremalicious/astro-redirect-from/issues"
} },
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/kremalicious"
},
{
"type": "individual",
"url": "https://kremalicious.com/thanks"
}
]
} }