forked from ejirocodes/vue3-otp-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c1a918
commit 0bcba88
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue3-otp-input", | ||
"version": "0.1.1", | ||
"version": "0.1.12", | ||
"description": "A fully customizable, OTP (one-time password) input component built with Vue 3.x and Vue Composition API.", | ||
"author": "Ejiro Asiuwhu <[email protected]>", | ||
"repository": "https://github.com/ejirocodes/otp-vue-3", | ||
|
@@ -12,7 +12,14 @@ | |
"vue composition API", | ||
"otp", | ||
"input", | ||
"otp input" | ||
"otp input", | ||
"one-time password", | ||
"one time password", | ||
"one time password input", | ||
"one time password input component", | ||
"one time password input component built with vue", | ||
"one time password input component built with vue 3", | ||
"vue split input" | ||
], | ||
"license": "MIT", | ||
"main": "dist/vue3-otp-input.ssr.js", | ||
|