@zkochan/cmd-shim
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -103,3 +103,3 @@ 'use strict' | ||
// ) | ||
cmd = opts.nodePath ? `@SET NODE_PATH="${opts.nodePath}"\r\n` : '' | ||
cmd = opts.nodePath ? `@SET NODE_PATH=${opts.nodePath}\r\n` : '' | ||
if (longProg) { | ||
@@ -106,0 +106,0 @@ cmd += '@IF EXIST ' + longProg + ' (\r\n' + |
{ | ||
"name": "@zkochan/cmd-shim", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Used in pnpm for command line application support", | ||
@@ -5,0 +5,0 @@ "author": { |
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
9159