Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: @npmcli/run-script@6.0.0
  • Loading branch information
lukekarrys authored and wraithgar committed Nov 2, 2022
1 parent 205e2fd commit abfb28b
Show file tree
Hide file tree
Showing 23 changed files with 16 additions and 441 deletions.
5 changes: 0 additions & 5 deletions node_modules/.gitignore
Expand Up @@ -192,11 +192,6 @@
!/once
!/p-map
!/pacote
!/pacote/node_modules/
/pacote/node_modules/*
!/pacote/node_modules/@npmcli/
/pacote/node_modules/@npmcli/*
!/pacote/node_modules/@npmcli/run-script
!/parse-conflict-json
!/path-is-absolute
!/postcss-selector-parser
Expand Down
2 changes: 1 addition & 1 deletion node_modules/@npmcli/run-script/lib/make-spawn-args.js
Expand Up @@ -13,7 +13,7 @@ const makeSpawnArgs = options => {
stdio,
cmd,
args = [],
stdioString = false,
stdioString,
} = options

const spawnEnv = setPATH(path, binPaths, {
Expand Down
2 changes: 1 addition & 1 deletion node_modules/@npmcli/run-script/lib/run-script-pkg.js
Expand Up @@ -28,7 +28,7 @@ const runScriptPkg = async options => {
stdio = 'pipe',
pkg,
args = [],
stdioString = false,
stdioString,
// note: only used when stdio:inherit
banner = true,
// how long to wait for a process.kill signal
Expand Down
2 changes: 1 addition & 1 deletion node_modules/@npmcli/run-script/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/run-script",
"version": "5.1.1",
"version": "6.0.0",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down
15 changes: 0 additions & 15 deletions node_modules/pacote/node_modules/@npmcli/run-script/LICENSE

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit abfb28b

Please sign in to comment.