Skip to content

Commit f7a413f

Browse files
authored
Merge pull request #52 from ejirocodes/chore/publish-package
chore: remove node engine requirement
2 parents 3092b51 + 4bbed76 commit f7a413f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-otp-input",
3-
"version": "0.5.2",
3+
"version": "0.5.21",
44
"description": "A fully customizable, OTP (one-time password) input component built with Vue 3.x and Vue Composition API.",
55
"author": "Ejiro Asiuwhu <[email protected]>",
66
"repository": "https://github.com/ejirocodes/vue3-otp-input",
@@ -70,9 +70,5 @@
7070
"vue split input"
7171
],
7272
"license": "MIT",
73-
"readme": "README.md",
74-
"engines": {
75-
"node": ">=20.0.0",
76-
"npm": ">=10.0.0"
77-
}
73+
"readme": "README.md"
7874
}

0 commit comments

Comments
 (0)