Add repository to package.json (#14)

This commit is contained in:
Kristina
2024-12-26 23:26:47 +04:00
committed by GitHub
parent 532d1fe31b
commit 64c5a4c9e2
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
@hcengineering:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=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
//npm.pkg.github.com/:_authToken=TOKEN
+4
View File
@@ -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"
}
+4
View File
@@ -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"
}
+4
View File
@@ -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"
}