mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-21 20:35:17 +00:00
Update typings file location
This commit is contained in:
parent
abbdea0901
commit
6e9a54fb7d
@ -5,7 +5,7 @@
|
|||||||
"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",
|
"types": "./typings/jquery.autocomplete.d.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --write ./src/**"
|
"format": "prettier --write ./src/**"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
///<reference path="../jquery-autocomplete/jquery.autocomplete.d.ts" />
|
///<reference path="./jquery.autocomplete.d.ts" />
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------
|
||||||
// --------------------------------- WEBSITE EXAMPLE --------------------------------------
|
// --------------------------------- WEBSITE EXAMPLE --------------------------------------
|
Loading…
Reference in New Issue
Block a user