Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pprunty committed Nov 30, 2023
1 parent fa3c864 commit d8f11fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formik-otp-input",
"version": "0.1.1-beta",
"version": "0.1.1-alpha",
"description": "A React component for one-time-password.",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"react": "^18.2.0",
"styled-components": "^6.1.0",
"yup": "^1.3.2"
"yup": "^1.3.2",
},
"keywords": [
"otp",
Expand All @@ -28,6 +28,7 @@
"component"
],
"devDependencies": {
"tslib": "^2.6.2",
"@rollup/plugin-typescript": "11.0.0",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.55.0",
Expand Down

0 comments on commit d8f11fa

Please sign in to comment.