From 658579a92026ef7aa195ed1987f64eda560661c4 Mon Sep 17 00:00:00 2001 From: nolan Date: Sun, 12 May 2019 11:16:06 -0400 Subject: [PATCH] update source comment --- lib/xregexp/unicode-categories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xregexp/unicode-categories.js b/lib/xregexp/unicode-categories.js index 17b1726..ed6ed1d 100644 --- a/lib/xregexp/unicode-categories.js +++ b/lib/xregexp/unicode-categories.js @@ -1,5 +1,5 @@ /*! - * XRegExp Unicode Categories 3.1.1-next + * XRegExp Unicode Categories 3.1.1-next // regenerated from v4.2.4 with Unicode version changed to 12.1 then copied from output folder * * Steven Levithan (c) 2010-2016 MIT License * Unicode data by Mathias Bynens @@ -13,7 +13,7 @@ module.exports = function(XRegExp) { * category descriptions in UAX #44 . Token * names are case insensitive, and any spaces, hyphens, and underscores are ignored. * - * Uses Unicode 8.0.0. + * Uses Unicode 12.1.0. * * @requires XRegExp, Unicode Base */