Comparing version 1.1.3 to 1.1.4
@@ -34,3 +34,3 @@ 'use strict'; | ||
const pathsWithHome = _.some(paths, (p) => p === home) | ||
? _.filter(paths, (p) => p.search(home) === 0) | ||
? _.filter(paths, (p) => p.indexOf(home) === 0) | ||
: _.concat([ home ], paths); | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "vinli-cli", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Vinli Developers don't use web interfaces", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
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
128059