Skip to content

Commit

Permalink
deps: @npmcli/run-script@6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 2, 2022
1 parent 5885f73 commit ae47924
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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.

Loading

0 comments on commit ae47924

Please sign in to comment.