jonschlinkert / grunt-readme

DEPRECATED. Use Verb instead
https://github.com/assemble/verb
Other
30 stars 10 forks source link

grunt task fails when repository is missing in package.json #37

Closed bahmutov closed 10 years ago

bahmutov commented 10 years ago

reports: Warning: Cannot read property 'url' of undefined Use --force to continue.

jonschlinkert commented 10 years ago

thanks for the heads up. a few solutions come to mind, what would be your preferred solution to this?

bahmutov commented 10 years ago

Hmm, I am thinking it should not exit with error. Project might not have public or even private git repo yet. I would say silently skip any feature that needs repo

jonschlinkert commented 10 years ago

resolved by https://github.com/assemble/grunt-readme/commit/c6edababdf29b8c5b2fb2ce1cf7adf4f39e4604b

If you still have issues with this or think it's not resolved please reopen