Comparing version 0.3.0 to 0.3.1
@@ -31,3 +31,4 @@ | ||
positive: '${path} must be a positive number', | ||
negative: '${path} must be a negative number' | ||
negative: '${path} must be a negative number', | ||
integer: '${path} must be an integer' | ||
}, | ||
@@ -34,0 +35,0 @@ |
@@ -70,2 +70,4 @@ 'use strict'; | ||
integer: function(msg){ | ||
msg = msg || locale.integer | ||
return this | ||
@@ -72,0 +74,0 @@ .transform(function(v){ |
{ | ||
"name": "yup", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Dead simple Object schema validation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74367
1623