command-line-plugin
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -30,3 +30,3 @@ /** | ||
const pluginRequests = arrayify(cliOptions[def.name]) | ||
const Plugins = pluginRequests.map(p => loadModule(p, { paths: options.paths })) | ||
const Plugins = pluginRequests.map(p => loadModule(p, { paths: options.paths, prefix: options.prefix })) | ||
for (const Plugin of Plugins) { | ||
@@ -33,0 +33,0 @@ const plugin = options.create(Plugin) |
{ | ||
"name": "command-line-plugin", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "command-line-plugin", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/command-line-plugin.git", |
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
5131