mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-08 06:15:24 +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",
|
||||
"author": "Tomas Kirda (https://twitter.com/tkirda)",
|
||||
"main": "dist/jquery.autocomplete.js",
|
||||
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
|
||||
"types": "./typings/jquery.autocomplete.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"format": "prettier --write ./src/**"
|
||||
|
@ -1,4 +1,4 @@
|
||||
///<reference path="../jquery-autocomplete/jquery.autocomplete.d.ts" />
|
||||
///<reference path="./jquery.autocomplete.d.ts" />
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
// --------------------------------- WEBSITE EXAMPLE --------------------------------------
|
Loading…
Reference in New Issue
Block a user