Comparing version 1.0.7 to 1.0.8
{ "name" : "semver" | ||
, "version" : "1.0.7" | ||
, "version" : "1.0.8" | ||
, "description" : "The semantic version parser used by npm." | ||
, "main" : "semver.js" | ||
, "scripts" : { "test" : "node semver.js" } | ||
, "devDependencies": { "tap" : "0.x" } | ||
, "scripts" : { "test" : "tap semver.js" } | ||
, "devDependencies": { "tap" : "0.x >=0.0.4" } | ||
, "license" : | ||
@@ -8,0 +8,0 @@ { "type" : "MIT" |
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
22433