Skip to content

Commit

Permalink
libnpmexec@1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed May 31, 2021
1 parent f249e78 commit 9159fa6
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 12 deletions.
17 changes: 17 additions & 0 deletions node_modules/libnpmexec/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/libnpmexec/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion node_modules/libnpmexec/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/libnpmexec/lib/is-windows.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/libnpmexec/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"leven": "^3.1.0",
"libnpmaccess": "^4.0.2",
"libnpmdiff": "^2.0.4",
"libnpmexec": "^1.1.1",
"libnpmexec": "^1.2.0",
"libnpmfund": "^1.1.0",
"libnpmhook": "^6.0.2",
"libnpmorg": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/exec.js
Expand Up @@ -307,7 +307,7 @@ t.test('npm exec <noargs>, run interactive shell', t => {
throw er

t.match(RUN_SCRIPTS, [{
pkg: { scripts: { npx: undefined } },
pkg: { scripts: { npx: /sh|cmd/ } },
}])

LOG_WARN.length = 0
Expand Down

0 comments on commit 9159fa6

Please sign in to comment.