diff --git a/package.json b/package.json index 51f1959..4d06f7f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "author": "Tomas Kirda (https://twitter.com/tkirda)", "main": "dist/jquery.autocomplete.js", "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/username/jQuery-Autocomplete.git" + }, "dependencies": { "jquery": ">=1.7" },