piggy-proof
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "piggy-proof", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Validate an object of properties meets given validation rules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,2 @@ var addresses = { | ||
country: ['isPresent'], | ||
type: ['isPresent'], | ||
userId: ['isPresent', 'isUnsignedInt'] | ||
@@ -8,0 +7,0 @@ }; |
15801
416