css-codemod
Advanced tools
Comparing version 0.0.0-pr.4.5.9857f7c to 0.0.0-pr.4.6.134202e
@@ -72,3 +72,2 @@ #!/usr/bin/env node | ||
const result = transform(fileInfo, api); | ||
console.log(result); | ||
if (result !== null) { | ||
@@ -75,0 +74,0 @@ import_fs.default.writeFileSync(file, result); |
{ | ||
"version": "0.0.0-pr.4.5.9857f7c", | ||
"version": "0.0.0-pr.4.6.134202e", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "name": "css-codemod", |
@@ -28,4 +28,2 @@ import glob from 'glob'; | ||
console.log(result); | ||
if (result !== null) { | ||
@@ -32,0 +30,0 @@ fs.writeFileSync(file, result); |
19131
334