Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "cardinal", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.", | ||
@@ -5,0 +5,0 @@ "main": "cardinal.js", |
@@ -102,8 +102,8 @@ var colors = require('ansicolors'); | ||
, '{': colors.yellow | ||
, '}': colors.yellow | ||
, '{': colors.brightWhite | ||
, '}': colors.brightWhite | ||
, '(': colors.brightBlack | ||
, ')': colors.brightBlack | ||
, '[': colors.yellow | ||
, ']': colors.yellow | ||
, '[': colors.brightWhite | ||
, ']': colors.brightWhite | ||
@@ -110,0 +110,0 @@ , '<': undefined |
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
63121