File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11.idea /**
2- Example /package-lock.json
2+ package-lock.json
3+ node_modules /** /*
Original file line number Diff line number Diff line change 1313 "react-dom" : " ^16.8.6" ,
1414 "react-native" : " https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz" ,
1515 "react-native-input-validator" : " ^1.0.1" ,
16- "react-native-web" : " ^0.11.4"
16+ "react-native-web" : " ^0.11.4" ,
17+ "validator" : " ^11.1.0"
1718 },
1819 "devDependencies" : {
1920 "babel-preset-expo" : " ^5.1.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-input-validator" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " React native input with floating label and data validation" ,
55 "main" : " index.js" ,
66 "scripts" : {
2929 " labels" ,
3030 " placeholder"
3131 ],
32+ "dependencies" : {
33+ "validator" : " ^11.1.0"
34+ },
3235 "peerDependencies" : {
33- "validator" : " ^11.0.0"
36+ "react" : " *" ,
37+ "react-native" : " *"
3438 },
3539 "publishConfig" : {
3640 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments