From 8866e12ce2bb682718237343bd550dac3b9b2c4d Mon Sep 17 00:00:00 2001 From: Rob Grant Date: Thu, 12 May 2022 12:41:20 -0400 Subject: [PATCH] feat: add TakeShape plugin --- site/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 7e80e0b01..1c5e55949 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -653,5 +653,13 @@ "package": "@vgs/netlify-plugin-vgs", "repo": "https://github.com/verygoodsecurity/netlify-plugin-vgs", "version": "0.0.2" + }, + { + "author": "Rob Grant", + "description": "Automatically create and configure a TakeShape project for use with your Netlify site.", + "name": "TakeShape", + "package": "@takeshape/netlify-plugin-takeshape", + "repo": "https://github.com/takeshape/netlify-plugin-takeshape", + "version": "1.0.0" } ]