jonschlinkert / grunt-readme

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

copyright: fallback to author when author.name not set #46

Closed hariadi closed 10 years ago

hariadi commented 10 years ago

Sometime in lazy package.json only set:

{author: "their name"}

instead of

{author: { name: "their name" } }

which is return undefined

jonschlinkert commented 10 years ago

thanks!