asset-assistant
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "asset-assistant", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "util", |
@@ -123,9 +123,4 @@ const jsdom = require('jsdom'); | ||
for (let filename of filenames) { | ||
console.log(this.htmlFilename); | ||
console.log(filename); | ||
filename = relative(this.htmlFilename, filename); | ||
console.log(filename); | ||
filename = filename.replace(/\\/g, "/"); | ||
console.log(filename); | ||
console.log("\n"); | ||
@@ -132,0 +127,0 @@ if (filename.endsWith(".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
33679
675