1
0
Fork 0

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",
"version": "1.0.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/kremalicious"
},
{
"type": "individual",
"url": "https://kremalicious.com/thanks"
}
],
"license": "MIT",
"dependencies": {
"astro": ">= 3",

View File

@ -80,5 +80,15 @@
},
"bugs": {
"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"
}
]
}