Skip to content

Commit

Permalink
Update to Unicode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 14, 2022
1 parent 5547c3d commit cf1362b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions data/PropertyAliases.txt
@@ -1,11 +1,11 @@
# PropertyAliases-14.0.0.txt
# Date: 2021-03-08, 19:35:48 GMT
# © 2021 Unicode®, Inc.
# PropertyAliases-15.0.0.txt
# Date: 2022-02-02, 23:35:44 GMT
# © 2022 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
# For terms of use, see https://www.unicode.org/terms_of_use.html
#
# Unicode Character Database
# For documentation, see http://www.unicode.org/reports/tr44/
# For documentation, see https://www.unicode.org/reports/tr44/
#
# This file contains aliases for properties used in the UCD.
# These names can be used for XML formats of UCD data, for regular-expression
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -30,11 +30,11 @@
"bugs": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues",
"devDependencies": {
"ava": "*",
"jsesc": "^2.5.2",
"unicode-canonical-property-names-ecmascript": "^1.0.4"
"jsesc": "^3.0.2",
"unicode-canonical-property-names-ecmascript": "^2.0.0"
},
"scripts": {
"download": "curl http://unicode.org/Public/14.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl http://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",
"test": "ava tests/tests.js"
}
Expand Down

0 comments on commit cf1362b

Please sign in to comment.