scss-bundle
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -163,4 +163,4 @@ #!/usr/bin/env node | ||
}); }); | ||
if (config.rootDir) { | ||
logging_1.Log.warn("rootDir property is missing, using cwd."); | ||
if (!config.rootDir) { | ||
logging_1.Log.warn("rootDir property is missing in config, using current working directory: " + process.cwd()); | ||
} | ||
@@ -167,0 +167,0 @@ watchFolder = (_b = config.rootDir, (_b !== null && _b !== void 0 ? _b : process.cwd())); |
{ | ||
"name": "scss-bundle", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Bundling SCSS files to one bundled file.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
57171