sweet-data
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "sweet-data", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Vadim Kiryukhin <vkiryukhin@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files, fork of pretty-data by Vadim Kiryukhin <vkiryukhin@gmail.com>", |
@@ -9,4 +9,4 @@ function pp(steps = 2, stepChar = ' ') { | ||
switch(stepChar){ | ||
case 'SPACE': this.stepChar = ' '; | ||
case 'TAB': this.stepChar = ' '; | ||
case 'SPACE': this.stepChar = ' '; break; | ||
case 'TAB': this.stepChar = ' '; break; | ||
default: this.stepChar = stepChar.length > 0 ? stepChar : ' '; | ||
@@ -13,0 +13,0 @@ } |
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
15363