Comparing version 1.0.9 to 1.1.0
@@ -1,2 +0,1 @@ | ||
module.exports = exports = abbrev.abbrev = abbrev | ||
@@ -3,0 +2,0 @@ |
{ | ||
"name": "abbrev", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Like ruby's abbrev module, but in js", | ||
@@ -8,3 +8,6 @@ "author": "Isaac Z. Schlueter <i@izs.me>", | ||
"scripts": { | ||
"test": "tap test.js --cov" | ||
"test": "tap test.js --100", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
}, | ||
@@ -14,3 +17,3 @@ "repository": "http://github.com/isaacs/abbrev-js", | ||
"devDependencies": { | ||
"tap": "^5.7.2" | ||
"tap": "^10.1" | ||
}, | ||
@@ -17,0 +20,0 @@ "files": [ |
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
3536