From 4a149510f0cc9a1f8ac03354cbb825d3ffb8bf49 Mon Sep 17 00:00:00 2001 From: Ed Stephinson Date: Wed, 11 Jan 2023 12:23:37 +0000 Subject: [PATCH] fix: update order of compatability for emails plugin --- site/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 762e15f05..556d4fe30 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -976,12 +976,12 @@ "repo": "https://github.com/netlify/plugins", "version": "0.0.28", "compatibility": [ - { - "version": "0.0.28" - }, { "version": "0.4.4-preview", "featureFlag": "project_cursola" + }, + { + "version": "0.0.28" } ] },