accelerator-tool-cli
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -21,7 +21,6 @@ import { | ||
const basenames = matches | ||
.map((aa) => basename(aa)) | ||
.filter((aa) => aa !== 'index.hbs'); | ||
const fixedFiles = matches.filter((aa) => !aa.endsWith('index.hbs')); | ||
const basenames = fixedFiles.map((aa) => basename(aa)) | ||
let files; | ||
let files; | ||
try { | ||
@@ -28,0 +27,0 @@ files = await Promise.all( |
{ | ||
"name": "accelerator-tool-cli", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.", | ||
@@ -5,0 +5,0 @@ "author": "furkle", |
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
65397
1050