dominictarr / npmd

MIT License
450 stars 37 forks source link

Add url for filing bugs. #69

Closed mrmrs closed 10 years ago

kenany commented 10 years ago

Not needed because it is inferred from repository:

If bugs field does not exist, but repository field points to a repository hosted on GitHub, the value of the bugs field gets set to an url in the form of https://github.com/[owner-name]/[repo-name]/issues.

https://github.com/npm/normalize-package-data

mrmrs commented 10 years ago

Oh nice. Hadn't noticed that in the docs! Thanks.

Sent from my iPhone

On May 29, 2014, at 12:34 PM, Kenan Yildirim notifications@github.com wrote:

Not needed because it is inferred from repository:

If bugs field does not exist, but repository field points to a repository hosted on GitHub, the value of the bugs field gets set to an url in the form of https://github.com/[owner-name]/[repo-name]/issues.

https://github.com/npm/normalize-package-data

— Reply to this email directly or view it on GitHub.