Skip to content

Commit

Permalink
Update typings file location
Browse files Browse the repository at this point in the history
  • Loading branch information
tkirda committed Oct 10, 2023
1 parent abbdea0 commit 6e9a54f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
///<reference path="../jquery-autocomplete/jquery.autocomplete.d.ts" />
///<reference path="./jquery.autocomplete.d.ts" />

// ----------------------------------------------------------------------------------------
// --------------------------------- WEBSITE EXAMPLE --------------------------------------
Expand Down
File renamed without changes.

0 comments on commit 6e9a54f

Please sign in to comment.