From ccf39eb063e76d1ab5e4c81e8f775221be399e3d Mon Sep 17 00:00:00 2001 From: Fabian Gosebrink Date: Tue, 7 Apr 2020 10:49:03 +0200 Subject: [PATCH] chore(core): nx plugin submission @offeringsolutions/nx-protractor-to-cypress --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 51472d5257..29de3915ad 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -23,5 +23,10 @@ "name": "@dev-thought/nx-deploy-it", "description": "Nx plugin to deploy applications on your favorite cloud provider", "url": "https://github.com/Dev-Thought/nx-plugins/tree/master/libs/nx-deploy-it" + }, + { + "name": "@offeringsolutions/nx-protractor-to-cypress", + "description": "Nx plugin to replace protractor with cypress in an nx workspace", + "url": "https://github.com/FabianGosebrink/nx-protractor-to-cypress" } ]