From 9bebb865a87d006eff50937e5572e32e551d4687 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Thu, 10 Oct 2024 17:09:08 +0200 Subject: [PATCH] docs: clarify small icu --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b334a09..723813ef 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This project deploys multiple defense measures to ensure that the safe binaries - GPG-signed hashes are available in [Releases](https://github.com/yao-pkg/pkg-fetch/releases) - Easy to spot a compromise. - `pkg-fetch` package on npm is strictly permission-controlled - - Only authorized Vercel employees can push new revisions to npm. + - Only @robertsLando can push new revisions to npm. ## Contributing Updates to Patches @@ -112,6 +112,10 @@ For example: `yarn start --node-range node18 --arch x64 --output dist` +## Small ICU + +Node.js binaries built by this project use the `small-icu` option to reduce the size of the binary. If you need a Node.js binary with full ICU support, you can build it yourself by setting the `--with-intl=full-icu` option. Small ICU is sufficient for most use cases, and it reduces the binary size by about 30 MB. + ## Environment | Var | Description |