asset-assistant
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "asset-assistant", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "util", |
@@ -101,3 +101,3 @@ const fs = require("fs"); | ||
this.options = {...AbstractAssets.defaults, ...this.package.assets}; | ||
this.options.up = this.options.up + (this.depth); | ||
this.options.up = this.options.up + (this.depth * 2); | ||
@@ -104,0 +104,0 @@ this.debugLog("package.json 'assets' parameter"); |
@@ -66,2 +66,3 @@ const AbstractAssets = require("./AbstractAssets"); | ||
let loadAssets = new LoadAssets(this.getRoot() + `node_modules/${pkg}/`, this.depth + 1); | ||
if (this.isVerbose()) loadAssets.setVerbose(); | ||
@@ -68,0 +69,0 @@ if (this.isDebug()) loadAssets.setDebug(); |
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
24316