Skip to content

Commit 0899fc7

Browse files
author
Tomas Kirda
committed
Add repository section to package.json, fixes devbridge#366
1 parent 6897f8e commit 0899fc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"author": "Tomas Kirda (https://twitter.com/tkirda)",
77
"main": "dist/jquery.autocomplete.js",
88
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/username/jQuery-Autocomplete.git"
12+
},
913
"dependencies": {
1014
"jquery": ">=1.7"
1115
},

0 commit comments

Comments
 (0)