npm-registry-couchapp
Advanced tools
Comparing version 2.6.9 to 2.6.10
{ | ||
"name": "npm-registry-couchapp", | ||
"version": "2.6.9", | ||
"version": "2.6.10", | ||
"description": "The CouchApp implementation of an npm registry", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -430,3 +430,3 @@ var common = require('./common.js') | ||
t.notOk(code) | ||
t.equal(out, "package@0.2.3 node_modules/package\n") | ||
t.similar(out, /^([+] )?package@0.2.3 node_modules[/]package\n$/) | ||
rimraf.sync(path.resolve(inst, 'node_modules')) | ||
@@ -433,0 +433,0 @@ t.end() |
@@ -12,2 +12,5 @@ var which = require('which') | ||
} | ||
if (!opts) opts = {} | ||
if (!opts.env) opts.env = {} | ||
opts.env.LC_CTYPE = 'UTF-8' | ||
return spawn(cmd, args, opts) | ||
@@ -14,0 +17,0 @@ } |
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
1217061
155
26607
45
20