We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae37b9 + 5e1d7bd commit 59a1293Copy full SHA for 59a1293
package.json
@@ -5,12 +5,14 @@
5
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
6
"author": "Tomas Kirda (https://twitter.com/tkirda)",
7
"main": "dist/jquery.autocomplete.js",
8
+ "types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
9
"license": "MIT",
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
13
},
14
"dependencies": {
15
+ "@types/jquery": "^2.0.32",
16
"jquery": ">=1.7"
17
18
"devDependencies": {
0 commit comments