mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-25 14:17:45 +00:00
Merge pull request #607 from ToastHawaii/patch-1
Try to make types visible in npm
This commit is contained in:
commit
59a1293774
@ -5,12 +5,14 @@
|
|||||||
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
|
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
|
||||||
"author": "Tomas Kirda (https://twitter.com/tkirda)",
|
"author": "Tomas Kirda (https://twitter.com/tkirda)",
|
||||||
"main": "dist/jquery.autocomplete.js",
|
"main": "dist/jquery.autocomplete.js",
|
||||||
|
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
|
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@types/jquery": "^2.0.32",
|
||||||
"jquery": ">=1.7"
|
"jquery": ">=1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user