summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/emoji-regex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/emoji-regex/README.md')
-rw-r--r--tools/node_modules/eslint/node_modules/emoji-regex/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/node_modules/emoji-regex/README.md b/tools/node_modules/eslint/node_modules/emoji-regex/README.md
index 37cf14e01f..f10e173335 100644
--- a/tools/node_modules/eslint/node_modules/emoji-regex/README.md
+++ b/tools/node_modules/eslint/node_modules/emoji-regex/README.md
@@ -2,7 +2,7 @@
_emoji-regex_ offers a regular expression to match all emoji symbols (including textual representations of emoji) as per the Unicode Standard.
-This repository contains a script that generates this regular expression based on [the data from Unicode Technical Report #51](https://github.com/mathiasbynens/unicode-tr51). Because of this, the regular expression can easily be updated whenever new emoji are added to the Unicode standard.
+This repository contains a script that generates this regular expression based on [the data from Unicode v12](https://github.com/mathiasbynens/unicode-12.0.0). Because of this, the regular expression can easily be updated whenever new emoji are added to the Unicode standard.
## Installation