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" }