Skip to content

Commit

Permalink
feat(chore): update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshongphuc committed Feb 16, 2024
1 parent d3f304a commit b040fd4
Show file tree
Hide file tree
Showing 2 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
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/types/main.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "vue-tab-complete" {
declare module "vue-nexthint" {
import { DefineComponent } from "vue"
// eslint-disable-next-line
const component: any;
Expand Down

0 comments on commit b040fd4

Please sign in to comment.