diff --git a/package-overrides/github/devbridge/jQuery-Autocomplete@1.3.0.json b/package-overrides/github/devbridge/jQuery-Autocomplete@1.3.0.json new file mode 100644 index 0000000..b0c4404 --- /dev/null +++ b/package-overrides/github/devbridge/jQuery-Autocomplete@1.3.0.json @@ -0,0 +1,10 @@ +{ + "files": [ + "dist/", + "typings/jquery-autocomplete/jquery.autocomplete.d.ts", + "readme.md" + ], + "dependencies": { + "jquery": "*" + } +} diff --git a/registry.json b/registry.json index 4f00c84..c6f53e1 100644 --- a/registry.json +++ b/registry.json @@ -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",