From 2e4bf2ad6d7fdefac62cbc2a375b47c7238f29cd Mon Sep 17 00:00:00 2001 From: Janos Dobronszki Date: Fri, 29 Oct 2021 09:08:35 +0100 Subject: [PATCH] Change js client git repo url (#249) --- cmd/clients/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/clients/ts/package.json b/cmd/clients/ts/package.json index 4f2053d..0e83bfd 100644 --- a/cmd/clients/ts/package.json +++ b/cmd/clients/ts/package.json @@ -7,7 +7,7 @@ "files": [], "repository": { "type": "git", - "url": "https://github.com/micro/services" + "url": "https://github.com/m3o/m3o-js" }, "author": "", "license": "ISC",