Comparing version 1.0.6 to 1.0.7
@@ -49,3 +49,3 @@ #!/usr/bin/env node | ||
fs.writeFileSync(newFilePath, newCssText, { encoding: "utf8" }); | ||
console.log(chalk.green.bold("your new stylesheet is in" + newFilePath)); | ||
console.log(chalk.green.bold("your new stylesheet is in ./" + newFilePath)); | ||
}) |
{ | ||
"name": "px_vw", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Convert your stylesheet unit from 'px' to 'vw'", | ||
@@ -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
5540