Comparing version 0.1.0 to 0.1.1
@@ -23,3 +23,3 @@ var structr = require("structr"), | ||
if (this.errors.length) { | ||
return fn(this.errors.unshift()) | ||
return fn(this.errors.shift()) | ||
} | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "verify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/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
10938