Skip to content

Commit 4b52f29

Browse files
authored
Update repository URLs (#6)
1 parent 04b30a0 commit 4b52f29

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/genesys-cloud-chatbot-tester-cli/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"license": "Apache-2.0",
7-
"repository": "[email protected]:makingchatbots/genesys-cloud-chatbot-tester.git",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/MakingChatbots/genesys-cloud-chatbot-tester.git"
10+
},
811
"homepage": "https://github.com/makingchatbots/genesys-cloud-chatbot-tester/tree/main/packages/genesys-cloud-chatbot-tester-cli#readme",
912
"files": [
1013
"lib/**/*"

packages/genesys-cloud-chatbot-tester/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"license": "Apache-2.0",
7-
"repository": "[email protected]:makingchatbots/genesys-cloud-chatbot-tester.git",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/MakingChatbots/genesys-cloud-chatbot-tester.git"
10+
},
811
"homepage": "https://github.com/makingchatbots/genesys-cloud-chatbot-tester/tree/main/packages/genesys-cloud-chatbot-tester#readme",
912
"files": [
1013
"lib/**/*"

0 commit comments

Comments
 (0)