We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9a461 commit c736b62Copy full SHA for c736b62
1 file changed
docs/lib/content/configuring-npm/package-json.md
@@ -93,8 +93,10 @@ It should look like this:
93
94
```json
95
{
96
- "url" : "https://github.com/owner/project/issues",
97
- "email" : "project@hostname.com"
+ "bugs": {
+ "url": "https://github.com/owner/project/issues",
98
+ "email": "project@hostname.com"
99
+ }
100
}
101
```
102
0 commit comments