Comparing version 1.3.0 to 1.3.1
@@ -77,3 +77,3 @@ 'use strict'; | ||
checkboxCircleOff: '( )', | ||
questionMarkPrefix: '? ' | ||
questionMarkPrefix: '?' | ||
}; | ||
@@ -83,5 +83,5 @@ | ||
// the main one doesn't look that good on Ubuntu | ||
main.questionMarkPrefix = '? '; | ||
main.questionMarkPrefix = '?'; | ||
} | ||
module.exports = platform === 'win32' ? win : main; |
{ | ||
"name": "figures", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Unicode symbols with Windows CMD fallbacks", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
2931