Skip to content

Commit a074508

Browse files
author
Max Black
committed
Add repository, bugs, and homepage fields to package.json
1 parent b1dc6e8 commit a074508

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
],
5555
"author": "Max Black",
5656
"license": "MIT",
57+
"repository": {
58+
"type": "git",
59+
"url": "https://github.com/MaxBlack-dev/npm-practice.git"
60+
},
61+
"bugs": {
62+
"url": "https://github.com/MaxBlack-dev/npm-practice/issues"
63+
},
64+
"homepage": "https://github.com/MaxBlack-dev/npm-practice#readme",
5765
"type": "commonjs",
5866
"bin": {
5967
"npm-practice": "index.js"

0 commit comments

Comments
 (0)