Skip to content

Commit 44898bc

Browse files
committed
Add repository info to package.json
1 parent a2d18a1 commit 44898bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,13 @@
5353
"include": [
5454
"src"
5555
]
56-
}
56+
},
57+
"repository": {
58+
"type": "git",
59+
"url": "git+ssh://git@github.com/TheSoftwareDesignLab/mutode.git"
60+
},
61+
"bugs": {
62+
"url": "https://github.com/TheSoftwareDesignLab/mutode/issues"
63+
},
64+
"homepage": "https://github.com/TheSoftwareDesignLab/mutode"
5765
}

0 commit comments

Comments
 (0)