Skip to content

Commit

Permalink
docs: clarify small icu
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 10, 2024
1 parent 9b76b27 commit 9bebb86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 9bebb86

Please sign in to comment.