Change port to correct SSH port

This commit is contained in:
khalid@traclabs.com
2026-05-24 10:32:33 -05:00
parent 1fe0ea1a4b
commit 937cb7528a
2 changed files with 13 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
"test": "echo 'Editor tests live in the goods-editor module. Run them from there.' && exit 0"
},
"dependencies": {
"goods-editor": "git+ssh://git@git.kadil.dev/khalidadil/goods-editor-module.git#v0.1.0-alpha.2",
"goods-editor": "git+ssh://git@git.kadil.dev:222/khalidadil/goods-editor-module.git#v0.1.0-alpha.2",
"canvas": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",