Comparing version 0.12.0 to 0.12.1
@@ -101,4 +101,7 @@ const util = require('util'); | ||
// get extension of config name, taking anything after the -first- dot | ||
var configExtension = /(\.[^\/]*)?$/.exec(configPath)[0]; | ||
// preload module needed for config if any has been specified. | ||
var requireForExtension = this.extensions[path.extname(configPath)]; | ||
var requireForExtension = this.extensions[configExtension]; | ||
if (requireForExtension) { | ||
@@ -105,0 +108,0 @@ preload.push(requireForExtension); |
{ | ||
"name": "liftoff", | ||
"description": "Launch your command line tool with ease.", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"homepage": "https://github.com/tkellen/node-liftoff", | ||
@@ -43,5 +43,5 @@ "author": { | ||
"resolve": "~0.7.0", | ||
"minimist": "~0.1.0", | ||
"extend": "~1.2.1" | ||
"minimist": "~0.2.0", | ||
"extend": "~1.3.0" | ||
} | ||
} |
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
1125365
230
+ Addedextend@1.3.0(transitive)
+ Addedminimist@0.2.4(transitive)
- Removedextend@1.2.1(transitive)
- Removedminimist@0.1.0(transitive)
Updatedextend@~1.3.0
Updatedminimist@~0.2.0