Skip to content

Commit c3263a0

Browse files
authored
Add bugs field/URL to package.json (#1424)
Useful for contributors to quickly go to GitHub after they've cloned the repo. Similar to how it's done at: https://github.com/postcss/postcss/blob/e2f59d057f30d419e8fa7fac0095d3a47795714d/package.json#L66
1 parent f693ca3 commit c3263a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"author": "Andrey Sitnik <[email protected]>",
2626
"license": "MIT",
2727
"repository": "postcss/autoprefixer",
28+
"bugs": {
29+
"url": "https://github.com/postcss/autoprefixer/issues"
30+
},
2831
"peerDependencies": {
2932
"postcss": "^8.1.0"
3033
},

0 commit comments

Comments
 (0)