Skip to content

Commit c736b62

Browse files
authored
docs: add missing bugs key in package-json.md (#6686)
1 parent ed9a461 commit c736b62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/lib/content/configuring-npm/package-json.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ It should look like this:
9393

9494
```json
9595
{
96-
"url" : "https://github.com/owner/project/issues",
97-
"email" : "[email protected]"
96+
"bugs": {
97+
"url": "https://github.com/owner/project/issues",
98+
"email": "[email protected]"
99+
}
98100
}
99101
```
100102

0 commit comments

Comments
 (0)