Merge pull request #1028 from smajl/patch-1

Add jQuery-Autocomplete registry and override
This commit is contained in:
Aluan Haddad
2017-02-13 19:34:34 -05:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"files": [
"dist/",
"typings/jquery-autocomplete/jquery.autocomplete.d.ts",
"readme.md"
],
"dependencies": {
"jquery": "*"
}
}