Skip to content

Commit

Permalink
cmd-shim@2.1.0
Browse files Browse the repository at this point in the history
- [`9c93ac3`](npm/cmd-shim@9c93ac3)
  [#2](npm/cmd-shim#2)
  [#3380](npm/npm#3380)
  Handle environment variables properly
  ([@basbossink](https://github.com/basbossink))

- [`2d277f8`](npm/cmd-shim@2d277f8)
  [#25](npm/cmd-shim#25)
  [#36](npm/cmd-shim#36)
  [#35](npm/cmd-shim#35) Fix 'no shebang' case
  by always providing `$basedir` in shell script
  ([@igorklopov](https://github.com/igorklopov))

- [`adaf20b`](npm/cmd-shim@adaf20b)
  [#26](npm/cmd-shim#26) Fix `$*` causing an
  error when arguments contain parentheses
  ([@satazor](https://github.com/satazor))

- [`49f0c13`](npm/cmd-shim@49f0c13)
  [#30](npm/cmd-shim#30) Fix paths for
  MSYS/MINGW bash ([@dscho](https://github.com/dscho))

- [`51a8af3`](npm/cmd-shim@51a8af3)
  [#34](npm/cmd-shim#34) Add proper support for
  PowerShell ([@ExE-Boss](https://github.com/ExE-Boss))
  • Loading branch information
isaacs committed Aug 12, 2019
1 parent aaf98e8 commit aa22ff6
Show file tree
Hide file tree
Showing 13 changed files with 432 additions and 147 deletions.
16 changes: 0 additions & 16 deletions node_modules/cmd-shim/.npmignore

This file was deleted.

19 changes: 17 additions & 2 deletions node_modules/cmd-shim/.travis.yml

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

36 changes: 12 additions & 24 deletions node_modules/cmd-shim/LICENSE

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

4 changes: 2 additions & 2 deletions node_modules/cmd-shim/README.md

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

Binary file added node_modules/cmd-shim/cmd-shim-2.0.2.tgz
Binary file not shown.
127 changes: 97 additions & 30 deletions node_modules/cmd-shim/index.js

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

52 changes: 52 additions & 0 deletions node_modules/cmd-shim/lib/to-batch-syntax.js

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

0 comments on commit aa22ff6

Please sign in to comment.