We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78c94c commit f48c8d4Copy full SHA for f48c8d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-form-validator",
3
- "version": "0.1.3",
+ "version": "0.2.0",
4
"description": "React native library to validate form fields",
5
"main": "index.js",
6
"scripts": {
@@ -24,7 +24,7 @@
24
},
25
"homepage": "https://github.com/perscrew/react-native-form-validator#readme",
26
"dependencies": {
27
- "moment": "2.x.x",
+ "moment": "^2.11.2",
28
"prop-types" : "15.6.0"
29
30
"devDependencies": {
0 commit comments