From 0899fc75f60fb1939bbd51dee260f36eb819d83f Mon Sep 17 00:00:00 2001 From: Tomas Kirda Date: Mon, 1 Jun 2015 09:48:11 -0500 Subject: [PATCH] Add repository section to package.json, fixes #366 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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" },