From 5524f00a79996f7d159f0424324aa3fea83cc873 Mon Sep 17 00:00:00 2001 From: Kristina Date: Mon, 3 Feb 2025 20:42:35 +0400 Subject: [PATCH] Add repository for sdk-types (#15) Signed-off-by: Kristina Fefelova --- .npmrc | 3 +-- packages/sdk-types/package.json | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 0999e7d0c3..2d9b55b4f9 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ -@hcengineering:registry=https://npm.pkg.github.com/ -//npm.pkg.github.com/:_authToken=TOKEN \ No newline at end of file +@hcengineering:registry=https://npm.pkg.github.com/ \ No newline at end of file diff --git a/packages/sdk-types/package.json b/packages/sdk-types/package.json index 3a12c8e2a2..32eb5b8928 100644 --- a/packages/sdk-types/package.json +++ b/packages/sdk-types/package.json @@ -18,6 +18,10 @@ "peerDependencies": { "typescript": "^5.6.3" }, + "repository": { + "type": "git", + "url": "git+https://github.com/hcengineering/communication.git" + }, "publishConfig": { "registry": "https://npm.pkg.github.com" }