2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 04:45:12 +00:00

Merge pull request #607 from ToastHawaii/patch-1

Try to make types visible in npm
This commit is contained in:
Tomas Kirda 2017-04-14 07:50:00 -05:00 committed by GitHub
commit 59a1293774

View File

@ -5,12 +5,14 @@
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"author": "Tomas Kirda (https://twitter.com/tkirda)",
"main": "dist/jquery.autocomplete.js",
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
},
"dependencies": {
"@types/jquery": "^2.0.32",
"jquery": ">=1.7"
},
"devDependencies": {