Kikobeats / finepack

Organizes and maintains readable your JSON files.
MIT License
19 stars 7 forks source link

Output looks the same with and without `-l` flag #2

Closed pdehaan closed 9 years ago

pdehaan commented 9 years ago

Steps to reproduce:

$ finepack package.json

warning: missing 'bugs'
warning: missing 'keywords'
warning: missing 'homepage'
warning: missing 'repository'

info: package.json is near to be fine. Check the file and run again.

$ finepack package.json -l

warning: missing 'bugs'
warning: missing 'keywords'
warning: missing 'homepage'
warning: missing 'repository'

info: package.json is near to be fine. Check the file and run again.
Kikobeats commented 9 years ago

fixed, see the last tagged version :-)

Thanks!