unicode-property-aliases
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -29,3 +29,5 @@ // Generated using `npm run build`. Do not edit! | ||
['cjkIRG_MSource', 'kIRG_MSource'], | ||
['cjkIRG_SSource', 'kIRG_SSource'], | ||
['cjkIRG_TSource', 'kIRG_TSource'], | ||
['cjkIRG_UKSource', 'kIRG_UKSource'], | ||
['cjkIRG_USource', 'kIRG_USource'], | ||
@@ -85,3 +87,9 @@ ['cjkIRG_VSource', 'kIRG_VSource'], | ||
['Dia', 'Diacritic'], | ||
['EBase', 'Emoji_Modifier_Base'], | ||
['EComp', 'Emoji_Component'], | ||
['EMod', 'Emoji_Modifier'], | ||
['Emoji', 'Emoji'], | ||
['EPres', 'Emoji_Presentation'], | ||
['Ext', 'Extender'], | ||
['ExtPict', 'Extended_Pictographic'], | ||
['Gr_Base', 'Grapheme_Base'], | ||
@@ -88,0 +96,0 @@ ['Gr_Ext', 'Grapheme_Extend'], |
{ | ||
"name": "unicode-property-aliases", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Unicode property alias mappings in JavaScript format.", | ||
@@ -36,6 +36,6 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases", | ||
"scripts": { | ||
"download": "curl https://unicode.org/Public/12.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"download": "curl https://unicode.org/Public/13.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt", | ||
"build": "node scripts/build.js", | ||
"test": "ava ./tests" | ||
"test": "ava tests/tests.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
7595
136