Skip to content

Commit e06f167

Browse files
committed
libnpmexec@1.2.0
1 parent 8cde72c commit e06f167

File tree

8 files changed

+31
-12
lines changed

8 files changed

+31
-12
lines changed

node_modules/libnpmexec/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/libnpmexec/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/libnpmexec/lib/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/libnpmexec/lib/is-windows.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"leven": "^3.1.0",
6868
"libnpmaccess": "^4.0.2",
6969
"libnpmdiff": "^2.0.4",
70-
"libnpmexec": "^1.1.1",
70+
"libnpmexec": "^1.2.0",
7171
"libnpmfund": "^1.1.0",
7272
"libnpmhook": "^6.0.2",
7373
"libnpmorg": "^2.0.2",

test/lib/exec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ t.test('npm exec <noargs>, run interactive shell', t => {
307307
throw er
308308

309309
t.match(RUN_SCRIPTS, [{
310-
pkg: { scripts: { npx: undefined } },
310+
pkg: { scripts: { npx: /sh|cmd/ } },
311311
}])
312312

313313
LOG_WARN.length = 0

0 commit comments

Comments
 (0)