diff --git a/.npmrc b/.npmrc index 07f82b7293..0999e7d0c3 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ @hcengineering:registry=https://npm.pkg.github.com/ -//npm.pkg.github.com/:_authToken=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 \ No newline at end of file +//npm.pkg.github.com/:_authToken=TOKEN \ No newline at end of file diff --git a/packages/client-query/package.json b/packages/client-query/package.json index f438d35aea..5f4830e744 100644 --- a/packages/client-query/package.json +++ b/packages/client-query/package.json @@ -21,6 +21,10 @@ "peerDependencies": { "typescript": "^5.6.3" }, + "repository": { + "type": "git", + "url": "git+https://github.com/hcengineering/communication.git" + }, "publishConfig": { "registry": "https://npm.pkg.github.com" } diff --git a/packages/client-ws/package.json b/packages/client-ws/package.json index 36a0990ad7..7c4170889f 100644 --- a/packages/client-ws/package.json +++ b/packages/client-ws/package.json @@ -20,6 +20,10 @@ "peerDependencies": { "typescript": "^5.6.3" }, + "repository": { + "type": "git", + "url": "git+https://github.com/hcengineering/communication.git" + }, "publishConfig": { "registry": "https://npm.pkg.github.com" } diff --git a/packages/types/package.json b/packages/types/package.json index e8f8b39fc3..3e792e715a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -15,6 +15,10 @@ "peerDependencies": { "typescript": "^5.6.3" }, + "repository": { + "type": "git", + "url": "git+https://github.com/hcengineering/communication.git" + }, "publishConfig": { "registry": "https://npm.pkg.github.com" }