From 634a9a97f4b380390352543452aed6c7c9defcb4 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Fri, 27 Sep 2019 17:21:43 +0200 Subject: deps: enable unit data in small-icu The data are needed for new Intl.NumberFormat options added by V8. Fixes: https://github.com/nodejs/node/issues/29734 PR-URL: https://github.com/nodejs/node/pull/29735 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Steven R Loomis Reviewed-By: James M Snell Reviewed-By: Minwoo Jung --- tools/icu/icu_small.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/icu') diff --git a/tools/icu/icu_small.json b/tools/icu/icu_small.json index 8791269e53..712998f2ad 100644 --- a/tools/icu/icu_small.json +++ b/tools/icu/icu_small.json @@ -29,7 +29,7 @@ "brkfiles": "none", "brkdict": "none", "confusables": "none", - "unit": "none" + "unit": "locales" }, "remove": [ "cnvalias.icu", -- cgit v1.2.3