@npmcli/promise-spawn
Advanced tools
+1
-1
@@ -73,3 +73,3 @@ 'use strict' | ||
| // istanbul ignore next | ||
| command = process.platform === 'win32' ? process.env.ComSpec : 'sh' | ||
| command = process.platform === 'win32' ? (process.env.ComSpec || 'cmd.exe') : 'sh' | ||
| } | ||
@@ -76,0 +76,0 @@ |
+3
-3
| { | ||
| "name": "@npmcli/promise-spawn", | ||
| "version": "8.0.2", | ||
| "version": "8.0.3", | ||
| "files": [ | ||
@@ -36,3 +36,3 @@ "bin/", | ||
| "@npmcli/eslint-config": "^5.0.0", | ||
| "@npmcli/template-oss": "4.23.4", | ||
| "@npmcli/template-oss": "4.25.0", | ||
| "spawk": "^1.7.1", | ||
@@ -46,3 +46,3 @@ "tap": "^16.0.1" | ||
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
| "version": "4.23.4", | ||
| "version": "4.25.0", | ||
| "publish": true | ||
@@ -49,0 +49,0 @@ }, |
12783
0.12%