Comparing version 0.0.2 to 0.0.3
@@ -101,3 +101,3 @@ /* jshint esnext:true */ | ||
// Fix for NVM that uses absolute path to a different node | ||
if(input.substr(-4) === 'node') { | ||
if(input[0].substr(-4) === 'node') { | ||
input.shift(); | ||
@@ -104,0 +104,0 @@ } |
{ | ||
"name": "pikud", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Easily create command-line apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
30498