From a0024a20fe7e6b1f83f3de1c7b10f3ba8f5dbf24 Mon Sep 17 00:00:00 2001 From: Dominik Pieper Date: Wed, 7 Oct 2020 11:46:24 +0200 Subject: [PATCH] chore(core): nx plugin submission @nxext/svelte --- community/approved-plugins.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index ba1b3f066d..beddc9dc9b 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -64,10 +64,15 @@ "description": "Nx Plugin to integrate the generation of documentation with Compodoc in the Nx workflow", "url": "https://github.com/twittwer/nx-tools/tree/master/libs/compodoc#readme" }, + { + "name": "@nxext/svelte", + "description": "Nx plugin to use Svelte within nx workspaces", + "url": "https://github.com/nxext/nx-extensions/tree/master/packages/svelte" + }, { "name": "@nxext/stencil", "description": "Nx plugin to use StencilJs within nx workspaces", - "url": "https://github.com/DominikPieper/nx-extensions" + "url": "https://github.com/nxext/nx-extensions/tree/master/packages/stencil" }, { "name": "@joelcode/gcp-function",