Skip to content

Commit

Permalink
chore: remove node engine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ejirocodes committed Jun 5, 2024
1 parent 3092b51 commit 4bbed76
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-otp-input",
"version": "0.5.2",
"version": "0.5.21",
"description": "A fully customizable, OTP (one-time password) input component built with Vue 3.x and Vue Composition API.",
"author": "Ejiro Asiuwhu <ejiroasiuwhu10@gmail.com>",
"repository": "https://github.com/ejirocodes/vue3-otp-input",
Expand Down Expand Up @@ -70,9 +70,5 @@
"vue split input"
],
"license": "MIT",
"readme": "README.md",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
}
"readme": "README.md"
}

0 comments on commit 4bbed76

Please sign in to comment.