diff --git a/package.json b/package.json index 4817263..6cc3601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-nexthint", - "version": "1.0.0", + "version": "1.0.2", "description": "A Vue component that creates autocomplete functionality for your input fields, but works as tab suggestions instead of dropdown.", "author": { "name": "Phuc Hong.", diff --git a/src/types/main.d.ts b/src/types/main.d.ts index 9140b7a..36643ba 100644 --- a/src/types/main.d.ts +++ b/src/types/main.d.ts @@ -1,4 +1,4 @@ -declare module "vue-tab-complete" { +declare module "vue-nexthint" { import { DefineComponent } from "vue" // eslint-disable-next-line const component: any;