Comparing version 1.1.15 to 1.1.16
@@ -6,3 +6,3 @@ const | ||
dest = arg.path || "../../", | ||
filesDir = arg.dir || "files/" | ||
filesDir = (dest === "../../") ? "files/" : "files/assets/" | ||
; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "sisass", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "Simple Interface for SASS", | ||
@@ -5,0 +5,0 @@ "main": "index.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
45885