@after-work.js/utils
Advanced tools
Comparing version 6.0.7 to 6.0.8-dev.20191011.0
{ | ||
"name": "@after-work.js/utils", | ||
"version": "6.0.7", | ||
"version": "6.0.8-dev.20191011.0", | ||
"publishConfig": { | ||
@@ -32,3 +32,3 @@ "access": "public" | ||
}, | ||
"gitHead": "72dc6c0d9fc3e875670c6950ca91a0bea2781c00" | ||
"gitHead": "f3bc19785dd2e45898af5a382c2cf335d286d21d" | ||
} |
@@ -151,8 +151,12 @@ /* eslint max-len: 0, import/no-dynamic-require: 0, global-require: 0 */ | ||
} | ||
argv.glob = argv.glob.map(g => g.replace(/\\/g, '/')); | ||
if (argv.src === SRC_GLOB) { | ||
argv.src = getSrcGlob(argv); | ||
} | ||
argv.src = argv.src.map(g => g.replace(/\\/g, '/')); | ||
if (argv.watchGlob === WATCH_GLOB) { | ||
argv.watchGlob = [...argv.glob, ...argv.src]; | ||
} | ||
argv.watchGlob = argv.watchGlob.map(g => g.replace(/\\/g, '/')); | ||
argv.nyc.exclude = [ | ||
@@ -159,0 +163,0 @@ ...argv.nyc.exclude, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
11644
347
0
1