summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2025-01-09 10:37:15 +0000
committerGravatar GitHub <noreply@github.com> 2025-01-09 10:37:15 +0000
commitce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194 (patch)
tree0510d43e74ee71db4ee7ef97e715e5b28c24842b
parent673a518b011e2df35a099f8205611d98a223a92a (diff)
downloadastro-ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194.tar.gz
astro-ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194.tar.zst
astro-ce842c9b7e27b8ab1c5d43bafd1a64a7bfa29194.zip
chore: add `funding` to the main package (#12946)
-rw-r--r--packages/astro/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 99a66279a..7b1dc4ec2 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -225,5 +225,9 @@
},
"publishConfig": {
"provenance": true
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/astrodotbuild"
}
}