npm-registry-client
Advanced tools
Comparing version 7.0.5 to 7.0.6
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/isaacs/npm-registry-client" |
@@ -153,3 +153,2 @@ var test = require('tap').test | ||
server.close() | ||
t.end() | ||
@@ -213,1 +212,7 @@ } | ||
}) | ||
test('cleanup', function (t) { | ||
server.close() | ||
t.ok(true) | ||
t.end() | ||
}) |
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
346095
5508