Skip to content

Commit

Permalink
test: bump version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SectionTN committed Mar 22, 2024
1 parent ead84a7 commit 4f1fa69
Show file tree
Hide file tree
Showing 2 changed files with 13,453 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@sectiontn/otp-input",
"version": "0.3.2",
"private": false,
"version": "0.3.5",
"description": "An elegant and highly customizable One-Time Password (OTP) input library designed to simplify the implementation and enhance the user experience of OTP authentication flows in React Native Applications.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -79,10 +78,10 @@
"@types/react": "^18.2.44"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"react": "*",
"react-native": "*",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.0.0",
"release-it": "^14.11.6"
},
"workspaces": [
Expand Down
Loading

0 comments on commit 4f1fa69

Please sign in to comment.