From 95c75e583b24efdeed515f86148a6fd668ea6027 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 25 Apr 2022 22:18:39 -0500 Subject: [PATCH] Pin @astrojs/netlify version for beta --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e938a7..1280fc8 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "devDependencies": { "@11ty/eleventy": "^0.11.1", - "@astrojs/netlify": "^0.3.2", + "@astrojs/netlify": "0.3.2", "@astrojs/tailwind": "^0.2.0", "@nuxt/postcss8": "^1.1.3", "@nuxtjs/tailwindcss": "^3.3.4",