From 946ea8321d0a722eba0f5db6683d0b5fa0097746 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 16 Jul 2021 15:43:43 -0700 Subject: [PATCH] fix(npm): switch scope/github url to pliancy org --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 185fe6a..361d3c7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "name": "egnyte-resellers", "repository": { "type": "git", - "url": "https://github.com/zenion/egnyte-resellers-node" + "url": "https://github.com/pliancy/egnyte-resellers-node" }, "scripts": { "build": "run-s -l clean test tsc copy",