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 /package.json
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 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index f841d9749..446812373 100644
--- a/package.json
+++ b/package.json
@@ -135,6 +135,7 @@
"@npmcli/fs",
"@npmcli/map-workspaces",
"@npmcli/package-json",
+ "@npmcli/promise-spawn",
"@npmcli/run-script",
"abbrev",
"archy",
@@ -203,6 +204,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
+ "@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "3.5.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",