unicode-property-aliases
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -35,2 +35,3 @@ // Generated using `npm run build`. Do not edit! | ||
['URS', 'kRSUnicode'], | ||
['EqUIdeo', 'Equivalent_Unified_Ideograph'], | ||
['isc', 'ISO_Comment'], | ||
@@ -37,0 +38,0 @@ ['JSN', 'Jamo_Short_Name'], |
{ | ||
"name": "unicode-property-aliases", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Unicode property alias mappings in JavaScript format.", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases", | ||
"scripts": { | ||
"download": "curl http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"download": "curl https://unicode.org/Public/11.0.0/ucd/PropertyAliases-11.0.0d16.txt > data/PropertyAliases.txt", | ||
"build": "node scripts/build.js", | ||
@@ -39,0 +39,0 @@ "test": "ava ./tests" |
@@ -5,3 +5,3 @@ # unicode-property-aliases [![Build status](https://travis-ci.org/mathiasbynens/unicode-property-aliases.svg?branch=master)](https://travis-ci.org/mathiasbynens/unicode-property-aliases) | ||
It’s based on [the `PropertyAliases.txt` data for Unicode v10.0.0](http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt). | ||
It’s based on [draft 16 of the `PropertyAliases.txt` data for Unicode v11.0.0](https://unicode.org/Public/11.0.0/ucd/PropertyAliases-11.0.0d16.txt). | ||
@@ -8,0 +8,0 @@ ## Installation |
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
7355
128