Comparing version 3.0.2 to 3.0.3
@@ -116,3 +116,3 @@ // On windows, create a .cmd file. | ||
// @ENDLOCAL | ||
// @EXIT /b | ||
// @EXIT /b %errorlevel% | ||
// | ||
@@ -128,3 +128,3 @@ // :find_dp0 | ||
var foot = 'ENDLOCAL\r\n' + | ||
'EXIT /b\r\n' + | ||
'EXIT /b %errorlevel%\r\n' + | ||
':find_dp0\r\n' + | ||
@@ -131,0 +131,0 @@ 'SET dp0=%~dp0\r\n' + |
{ | ||
"name": "cmd-shim", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Used in npm for command line application support", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
11500