2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-12 16:26:37 +00:00

Add repository section to package.json, fixes #366

This commit is contained in:
Tomas Kirda 2015-06-01 09:48:11 -05:00
parent 6897f8e53b
commit 0899fc75f6

View File

@ -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"
},