Skip to content

Commit b7ea7c7

Browse files
committed
Add git repo URL to package.json
1 parent 5c622f1 commit b7ea7c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
],
1818
"author": "Jason Miller <[email protected]>",
1919
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/developit/preact-render-to-string.git"
23+
},
24+
"bugs": {
25+
"url": "https://github.com/developit/preact-render-to-string/issues"
26+
},
27+
"homepage": "https://github.com/developit/preact-render-to-string",
2028
"devDependencies": {
2129
"babel": "^5.8.23",
2230
"babel-eslint": "^4.1.3",

0 commit comments

Comments
 (0)