intl-locale-textinfo-polyfill
Advanced tools
Comparing version 2.0.2 to 2.1.0
# CHANGES for `intl-locale-textinfo-polyfill` | ||
## 2.1.0 | ||
- fix: force setting of `Intl.Locale` in polyfill | ||
## 2.0.2 | ||
@@ -4,0 +8,0 @@ |
@@ -8,4 +8,2 @@ import Locale from './Locale.js'; | ||
if (typeof Intl.Locale === 'undefined') { | ||
Intl.Locale = Locale; | ||
} | ||
Intl.Locale = Locale; |
{ | ||
"name": "intl-locale-textinfo-polyfill", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Library will help you to detect if the locale is right-to-left language.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
20599
12
553