Skip to content

Commit 402149f

Browse files
committed
Add Git URL to package.json file
1 parent c0d9d22 commit 402149f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"font-awesome": "^4.6.3"
2727
},
2828
"license": "MIT",
29-
"homepage": "https://github.com/ghiscoding/angular-markdown-editor"
29+
"homepage": "https://github.com/ghiscoding/angular-markdown-editor",
30+
"repository": {
31+
"type": "git",
32+
"url": "git://github.com/ghiscoding/angular-markdown-editor"
33+
}
3034
}

0 commit comments

Comments
 (0)