Skip to content

Commit 41edc56

Browse files
committed
[etc/common] Add new components
1 parent 4d90eb1 commit 41edc56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/common.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ set -e
2222

2323
# List of components, in order of dependency
2424
export COMPONENTS="
25+
unic/char/range
2526
unic/utils
27+
unic/char/property
28+
unic/char
2629
unic/ucd/core
2730
unic/ucd/age
2831
unic/ucd/bidi
32+
unic/ucd/case
2933
unic/ucd/category
34+
unic/ucd/name
3035
unic/ucd/normal
3136
unic/ucd
3237
unic/bidi

0 commit comments

Comments
 (0)