Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "tmatch", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "This module exists to facilitate the `t.match()` method in [`tap`](http://npm.im/tap).", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tap test/*.js --100" | ||
"test": "tap --100 test/*.js", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
}, | ||
@@ -20,4 +23,4 @@ "repository": { | ||
"devDependencies": { | ||
"tap": "^7.1.2" | ||
"tap": "^10.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
145907