Skip to content

Commit 2e8f81f

Browse files
fix(dir-sdk-javascript): fix package url (#13)
Signed-off-by: Bendegúz Csirmaz <csirmazbendeguz@gmail.com>
1 parent 293885c commit 2e8f81f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "agntcy-dir",
33
"version": "1.2.1",
44
"description": "Directory SDK",
5-
"homepage": "https://github.com/agntcy/dir",
5+
"homepage": "https://github.com/agntcy/dir-sdk-javascript",
66
"bugs": {
7-
"url": "https://github.com/agntcy/dir/issues"
7+
"url": "https://github.com/agntcy/dir-sdk-javascript/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/agntcy/dir.git"
11+
"url": "git+https://github.com/agntcy/dir-sdk-javascript.git"
1212
},
1313
"license": "Apache-2.0",
1414
"keywords": [

0 commit comments

Comments
 (0)