Skip to content

Commit 71ba3cf

Browse files
committed
fixing dependencies
1 parent ca92a9a commit 71ba3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 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.4.0",
4+
"version": "1.4.1",
55
"author": "Caio Nilton <cnilton>",
66
"main": "index.tsx",
77
"private": false,
@@ -36,7 +36,7 @@
3636
"test": "jest",
3737
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
3838
},
39-
"dependencies": {
39+
"peerDependencies": {
4040
"react": "*",
4141
"react-native": "*",
4242
"react-native-reanimated": "*"

0 commit comments

Comments
 (0)