diff --git a/package.json b/package.json index 09f994c..8cabc89 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,11 @@ "bin": { "js": "./bin/js" }, + "repository": { + "type": "git", + "url": "https://github.com/coreh/js.git" + }, "dependencies": { "commander": "~1.1.1" } -} \ No newline at end of file +}