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 <fishrock123@rocketmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
zkat authored and Fishrock123 committed Jul 19, 2017
1 parent 32f02ab commit 51da7a1
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 51da7a1

Please sign in to comment.