Skip to content

Commit 4f1fa69

Browse files
committed
test: bump version for testing
1 parent ead84a7 commit 4f1fa69

File tree

2 files changed

+13453
-4
lines changed

2 files changed

+13453
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@sectiontn/otp-input",
3-
"version": "0.3.2",
4-
"private": false,
3+
"version": "0.3.5",
54
"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.",
65
"main": "lib/commonjs/index",
76
"module": "lib/module/index",
@@ -79,10 +78,10 @@
7978
"@types/react": "^18.2.44"
8079
},
8180
"peerDependencies": {
81+
"@babel/core": "^7.0.0",
82+
"@babel/preset-env": "^7.0.0",
8283
"react": "*",
8384
"react-native": "*",
84-
"@babel/preset-env": "^7.0.0",
85-
"@babel/core": "^7.0.0",
8685
"release-it": "^14.11.6"
8786
},
8887
"workspaces": [

0 commit comments

Comments
 (0)