diff --git a/package.json b/package.json index a014160..0569273 100644 --- a/package.json +++ b/package.json @@ -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/**" diff --git a/typings/jquery-autocomplete/jquery.autocomplete-tests.ts b/typings/jquery.autocomplete-tests.ts similarity index 98% rename from typings/jquery-autocomplete/jquery.autocomplete-tests.ts rename to typings/jquery.autocomplete-tests.ts index 691d212..7ef5b32 100644 --- a/typings/jquery-autocomplete/jquery.autocomplete-tests.ts +++ b/typings/jquery.autocomplete-tests.ts @@ -1,4 +1,4 @@ -/// +/// // ---------------------------------------------------------------------------------------- // --------------------------------- WEBSITE EXAMPLE -------------------------------------- diff --git a/typings/jquery-autocomplete/jquery.autocomplete.d.ts b/typings/jquery.autocomplete.d.ts similarity index 100% rename from typings/jquery-autocomplete/jquery.autocomplete.d.ts rename to typings/jquery.autocomplete.d.ts