Skip to content

Commit

Permalink
deps: hotfix to bump npx version
Browse files Browse the repository at this point in the history
This includes a critical fix to get npx working on Windows

PR-URL: #14235
Reviewed-By: Jeremiah Senkpiel <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
zkat authored and addaleax committed Jul 18, 2017
1 parent 6b052e7 commit 9327910
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 22 deletions.
10 changes: 10 additions & 0 deletions deps/npm/node_modules/libnpx/CHANGELOG.md

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

30 changes: 21 additions & 9 deletions deps/npm/node_modules/libnpx/index.js

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

2 changes: 1 addition & 1 deletion deps/npm/node_modules/libnpx/libnpx.1

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

22 changes: 11 additions & 11 deletions deps/npm/node_modules/libnpx/package.json

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

2 changes: 1 addition & 1 deletion deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ini": "~1.3.4",
"init-package-json": "~1.10.1",
"lazy-property": "~1.0.0",
"libnpx": "~9.2.0",
"libnpx": "~9.2.1",
"lockfile": "~1.0.3",
"lodash._baseuniq": "~4.6.0",
"lodash.clonedeep": "~4.5.0",
Expand Down

0 comments on commit 9327910

Please sign in to comment.