Comparing version 0.9.2 to 0.9.3
@@ -108,3 +108,3 @@ const util = require('util'); | ||
modulePath = path.join(configBase, modulePackage.main||'index.js'); | ||
cwd = path.dirname(modulePath); | ||
cwd = configBase; | ||
} else { | ||
@@ -111,0 +111,0 @@ // clear if we just required a package for some other project |
{ | ||
"name": "liftoff", | ||
"description": "Launch your command line tool with ease.", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"homepage": "https://github.com/tkellen/node-liftoff", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
15248