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": "*"
}
}
+1
View File
@@ -362,6 +362,7 @@
"jquery": "npm:jquery",
"jquery-ui": "npm:jquery-ui",
"jquery-ui-layout": "github:allpro/layout",
"jquery-autocomplete": "github:devbridge/jQuery-Autocomplete",
"jquery-autosize": "github:jackmoore/autosize",
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection",
"jquery-fancytree": "github:mar10/fancytree",