From f3b67cc2b6fb2cc6f6befaa2dec80a78c53fe2b5 Mon Sep 17 00:00:00 2001 From: scottlee309 Date: Mon, 11 Jan 2021 00:02:55 +1100 Subject: [PATCH] chore(core): nx plugin submission [@srleecode/domain] --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 67e027831c..78d50c0c9b 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -113,5 +113,10 @@ "name": "@nxrocks/nx-flutter", "description": "Nx Plugin adding first class support for Flutter in your Nx workspace", "url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-flutter" + }, + { + "name": "@srleecode/domain", + "description": "Nx Plugin for allowing operations to occur at the domain level instead of the default library level", + "url": "https://github.com/srlee309/domain" } ]