piuccio / cowsay

cowsay is a configurable talking cow
Other
1.14k stars 160 forks source link

Add get-stdin back to dependencies #10

Closed benhassara closed 8 years ago

benhassara commented 8 years ago

Adds v4 of get-stdin back to the list of dependencies in order to fix the support for piping input from the command line to cowsay (eg. fortune | cowsay). This is just a hot fix that uses the version of get-stdin when the piping feature was implemented here: dea942e1da42cb4fcf0fb306fcb95fe0b52a6b19. It was removed with 9b11ea61e44bbe7713d961322eb66e915eed7e57 when bumping to new versions of optimist and nodeunit.

piuccio commented 8 years ago

nice