diff --git a/package.json b/package.json index 8d2b465..34c741e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "onrm": "bin/onrm.js" }, "type": "module", - "repository": "git@github.com:0x-jerry/onrm.git", + "repository": { + "type": "git", + "url": "git+https://github.com/0x-jerry/onrm.git" + }, "author": "0x-jerry ", "bugs": { "url": "https://github.com/0x-jerry/onrm/issues/new" @@ -47,4 +50,4 @@ "tsx": "^4.16.2", "typescript": "^5.5.3" } -} \ No newline at end of file +}