@readme/better-ajv-errors
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -51,3 +51,3 @@ "use strict"; | ||
var output = ["".concat(colorizer.red("".concat(colorizer.bold('REQUIRED'), " ").concat(message)), "\n")]; | ||
return output.concat(this.getCodeFrame("\u2639\uFE0F ".concat(colorizer.magentaBright(params.missingProperty), " is missing here!"))); | ||
return output.concat(this.getCodeFrame("".concat(colorizer.magentaBright(params.missingProperty), " is missing here!"))); | ||
} | ||
@@ -54,0 +54,0 @@ }, { |
{ | ||
"name": "@readme/better-ajv-errors", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "JSON Schema validation for Human", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
93171