Skip to content

Commit 6b0efb8

Browse files
Merge pull request #1067 from DustinCampbell/add-repo
Add 'repository' field to package.json
2 parents 612dfe1 + e95d827 commit 6b0efb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/OmniSharp/omnisharp-vscode/issues"
1313
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/OmniSharp/omnisharp-vscode.git"
17+
},
1418
"categories": [
1519
"Debuggers",
1620
"Languages",

0 commit comments

Comments
 (0)