aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-09-28 13:27:57 -0400
committerGravatar Matthew Phillips <matthew@skypack.dev> 2023-09-28 13:27:57 -0400
commit0ba32e4402785fef651462b337baddedcf79b8ff (patch)
treecbaabc4b3917ad3a4c64645c84aa048430d5cda2
parentc4c616c0a5dd8c873d00377f4ac99cd051632768 (diff)
downloadastro-0ba32e4402785fef651462b337baddedcf79b8ff.tar.gz
astro-0ba32e4402785fef651462b337baddedcf79b8ff.tar.zst
astro-0ba32e4402785fef651462b337baddedcf79b8ff.zip
Adds a stub version number for the old netlify adapter
-rw-r--r--packages/integrations/netlify/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index d40d91526..07f1da916 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,5 +1,6 @@
{
"name": "@astrojs/netlify",
+ "version": "0.0.0",
"private": true,
"keywords": [],
"dont_remove": "This is a placeholder for the same of the docs smoke test"