Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2021-09-28 21:18:01 +0300
committerisaacs <i@izs.me>2021-09-28 21:52:07 +0300
commitdbb90f7997900b8ae6026dddaa718efe9a1db2f4 (patch)
tree2241c89f49fa3d8291d0123ce52026e6cbe088d4 /package.json
parente94ddeaca1e75ecc8f54ebcb3df222965e3635d1 (diff)
fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compare
The npm/cli form of https://github.com/npm/arborist/pull/324 Required adding options support to package used for this. PR-URL: https://github.com/npm/cli/pull/3809 Credit: @isaacs Close: #3809 Reviewed-by: @wraithgar
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 912600026..705fb779e 100644
--- a/package.json
+++ b/package.json
@@ -53,6 +53,7 @@
"./package.json": "./package.json"
},
"dependencies": {
+ "@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^2.9.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.3.0",