Skip to content

Commit 460ca64

Browse files
committed
Release v1.4.2
1 parent f40fd9f commit 460ca64

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Lowercased/code-poi
114114
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Lowercased/symbols.js');
115115
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Lowercased/regex.js');
116116

117-
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_NFKC_Casefolded/code-points.js');
118-
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_NFKC_Casefolded/symbols.js');
119-
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_NFKC_Casefolded/regex.js');
120-
121117
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Titlecased/code-points.js');
122118
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Titlecased/symbols.js');
123119
require('@unicode/unicode-6.2.0/Binary_Property/Changes_When_Titlecased/regex.js');

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unicode/unicode-6.2.0",
3-
"version": "1.3.0",
3+
"version": "1.4.2",
44
"description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v6.2.0’s categories, scripts, blocks, bidi, and other properties.",
55
"homepage": "https://github.com/node-unicode/unicode-6.2.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)