Skip to content

Commit 6e9a54f

Browse files
committedOct 10, 2023
Update typings file location
1 parent abbdea0 commit 6e9a54f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
66
"author": "Tomas Kirda (https://twitter.com/tkirda)",
77
"main": "dist/jquery.autocomplete.js",
8-
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
8+
"types": "./typings/jquery.autocomplete.d.ts",
99
"license": "MIT",
1010
"scripts": {
1111
"format": "prettier --write ./src/**"

Diff for: ‎typings/jquery-autocomplete/jquery.autocomplete-tests.ts renamed to ‎typings/jquery.autocomplete-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///<reference path="../jquery-autocomplete/jquery.autocomplete.d.ts" />
1+
///<reference path="./jquery.autocomplete.d.ts" />
22

33
// ----------------------------------------------------------------------------------------
44
// --------------------------------- WEBSITE EXAMPLE --------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.