Comparing version 0.0.3 to 0.0.4
@@ -29,3 +29,3 @@ var defaults = require("./defaults"), | ||
"check": function(target) { | ||
check: function(target) { | ||
return new Check({ | ||
@@ -35,2 +35,9 @@ testers: testers, | ||
}); | ||
}, | ||
/** | ||
*/ | ||
that: function(target) { | ||
return this.check(target); | ||
} | ||
@@ -37,0 +44,0 @@ }; |
{ | ||
"name": "verify", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
9314
358