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:
parent
5fb23c7441
commit
acdfc1e732
10
package-lock.json
generated
10
package-lock.json
generated
@ -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",
|
||||||
|
12
package.json
12
package.json
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user