Skip to content

Commit e3e0e11

Browse files
author
cnilton
committed
fixed peerDependencies
1 parent aefeb6a commit e3e0e11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-floating-label-input",
33
"description": "A simple and customizable React Native TextInput with it's placeholder always shown.",
4-
"version": "1.3.10",
4+
"version": "1.3.11",
55
"author": "Caio Nilton <cnilton>",
66
"main": "index.tsx",
77
"private": false,
@@ -39,7 +39,7 @@
3939
"peerDependencies": {
4040
"react": "*",
4141
"react-native": "*",
42-
"react-native-reanimated": "^2.0.0"
42+
"react-native-reanimated": "*"
4343
},
4444
"devDependencies": {
4545
"@babel/core": "^7.6.2",
@@ -79,4 +79,4 @@
7979
"node"
8080
]
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)