libnpmexec@1.2.0 · npm/cli@9159fa6 (original) (raw)

8 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@
67 67 "leven": "^3.1.0",
68 68 "libnpmaccess": "^4.0.2",
69 69 "libnpmdiff": "^2.0.4",
70 -"libnpmexec": "^1.1.1",
70 +"libnpmexec": "^1.2.0",
71 71 "libnpmfund": "^1.1.0",
72 72 "libnpmhook": "^6.0.2",
73 73 "libnpmorg": "^2.0.2",
Original file line number Diff line number Diff line change
@@ -307,7 +307,7 @@ t.test('npm exec , run interactive shell', t => {
307 307 throw er
308 308
309 309 t.match(RUN_SCRIPTS, [{
310 -pkg: { scripts: { npx: undefined } },
310 +pkg: { scripts: { npx: /sh|cmd/ } },
311 311 }])
312 312
313 313 LOG_WARN.length = 0