Skip to content

Commit abfb28b

Browse files
lukekarryswraithgar
authored andcommitted
deps: @npmcli/run-script@6.0.0
1 parent 205e2fd commit abfb28b

23 files changed

+16
-441
lines changed

node_modules/.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@
192192
!/once
193193
!/p-map
194194
!/pacote
195-
!/pacote/node_modules/
196-
/pacote/node_modules/*
197-
!/pacote/node_modules/@npmcli/
198-
/pacote/node_modules/@npmcli/*
199-
!/pacote/node_modules/@npmcli/run-script
200195
!/parse-conflict-json
201196
!/path-is-absolute
202197
!/postcss-selector-parser

node_modules/@npmcli/run-script/lib/make-spawn-args.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const makeSpawnArgs = options => {
1313
stdio,
1414
cmd,
1515
args = [],
16-
stdioString = false,
16+
stdioString,
1717
} = options
1818

1919
const spawnEnv = setPATH(path, binPaths, {

node_modules/@npmcli/run-script/lib/run-script-pkg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const runScriptPkg = async options => {
2828
stdio = 'pipe',
2929
pkg,
3030
args = [],
31-
stdioString = false,
31+
stdioString,
3232
// note: only used when stdio:inherit
3333
banner = true,
3434
// how long to wait for a process.kill signal

node_modules/@npmcli/run-script/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
55
"author": "GitHub Inc.",
66
"license": "ISC",

node_modules/pacote/node_modules/@npmcli/run-script/LICENSE

-15
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/is-server-package.js

-12
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/is-windows.js

-2
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/make-spawn-args.js

-40
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp

-2
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd

-1
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/package-envs.js

-26
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/run-script-pkg.js

-108
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/run-script.js

-14
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/set-path.js

-45
This file was deleted.

node_modules/pacote/node_modules/@npmcli/run-script/lib/signal-manager.js

-47
This file was deleted.

0 commit comments

Comments
 (0)