Comparing version 0.0.1 to 0.0.2
@@ -32,3 +32,3 @@ var Promise = require('bluebird'); | ||
return pkgs.reduce(function (pkgs, pkg) { | ||
if ((pkg.keywords || []).indexOf(opts.keyword) !== -1) pkgs.push(pkg.realPath); | ||
if ((pkg.keywords || []).indexOf(opts.keyword) !== -1) pkgs.push(pkg.realPath || pkg.name); | ||
return pkgs; | ||
@@ -35,0 +35,0 @@ }, []); |
{ | ||
"name": "node-clap", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "NodeJS plugin manager", | ||
@@ -5,0 +5,0 @@ "main": "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
4159