From 0ba32e4402785fef651462b337baddedcf79b8ff Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 28 Sep 2023 13:27:57 -0400 Subject: [PATCH] Adds a stub version number for the old netlify adapter --- packages/integrations/netlify/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index d40d91526e..07f1da9166 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"