diff --git a/component.json b/component.json index 49c5053..798af47 100644 --- a/component.json +++ b/component.json @@ -2,12 +2,18 @@ "name": "typeaheadjs", "repo": "components/typeahead.js", "version": "0.10.5", - "main": "typeahead.js", + "main": "typeahead.bundle.min.js", "scripts": [ - "typeahead.js" + "typeahead.bundle.min.js" ], "files": [ - "typeahead.bundle.min.js" + "typeahead.bundle.js", + "typeahead.bundle.min.js", + "typeahead.jquery.js", + "typeahead.jquery.min.js" ], - "license": "MIT" + "license": "MIT", + "dependencies": { + "components/jquery": "*" + } }