From 8111d0ec3a081121d9ae2ce1c754d9ecdc5d9f66 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Tue, 14 Feb 2023 10:19:50 -0500 Subject: [PATCH] nit: 0.0.0 to avoid version bump --- packages/integrations/markdoc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 9c1705e67..10d1ef639 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Use Markdoc within Astro", - "version": "0.0.1", + "version": "0.0.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",