gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 156 forks source link

Fix `--no-warn` flag #1065

Closed pepkin88 closed 5 years ago

pepkin88 commented 5 years ago

Fixes #1064.

Should I bump the Optionator to 0.8.2 here, or version bumps will be done later?

rhendric commented 5 years ago

Wow, I really goofed here, huh? Thanks for catching and fixing this!

There's no relevant difference between 0.8.2 and 0.8.1 here, is there? It looks like you're just using the same pattern that was already in use for --no-headers.

pepkin88 commented 5 years ago

v0.8.2 fixes an unrelated small bug https://github.com/gkz/optionator/issues/18 npm tries to install the newest compatible version (thus 0.8.2), but if 0.8.1 is already found in node_modules, it leaves it as is.