Skip to content

Commit

Permalink
docs: add missing bugs key in package-json.md (#6686)
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Jul 31, 2023
1 parent ed9a461 commit c736b62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/lib/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ It should look like this:

```json
{
"url" : "https://github.com/owner/project/issues",
"email" : "project@hostname.com"
"bugs": {
"url": "https://github.com/owner/project/issues",
"email": "project@hostname.com"
}
}
```

Expand Down

0 comments on commit c736b62

Please sign in to comment.