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:
authorGar <gar+gh@danger.computer>2022-08-18 17:17:06 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commit8c9b034cce69b2a9550dcd1d8b85ab08d54ecc61 (patch)
treebd2f5fa954a410ea7a763f6e6a13a268e6f28041 /DEPENDENCIES.md
parent3a212d7177bac622224175aac3e223bef1e447a6 (diff)
chore: add @npmcli/promise-spawn to devDependencies
It's used in tests so it needs to be in the manifest
Diffstat (limited to 'DEPENDENCIES.md')
-rw-r--r--DEPENDENCIES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index c602e479b..9d7ff0e6e 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -116,6 +116,7 @@ graph LR;
npm-->npmcli-fs["@npmcli/fs"];
npm-->npmcli-map-workspaces["@npmcli/map-workspaces"];
npm-->npmcli-package-json["@npmcli/package-json"];
+ npm-->npmcli-promise-spawn["@npmcli/promise-spawn"];
npm-->npmcli-run-script["@npmcli/run-script"];
npm-->npmcli-template-oss["@npmcli/template-oss"];
npm-->npmlog;
@@ -517,6 +518,7 @@ graph LR;
npm-->npmcli-fs["@npmcli/fs"];
npm-->npmcli-map-workspaces["@npmcli/map-workspaces"];
npm-->npmcli-package-json["@npmcli/package-json"];
+ npm-->npmcli-promise-spawn["@npmcli/promise-spawn"];
npm-->npmcli-run-script["@npmcli/run-script"];
npm-->npmcli-template-oss["@npmcli/template-oss"];
npm-->npmlog;