Skip to content

Commit 625eb9b

Browse files
committed
fix: add repository information to package.json
1 parent b64dddd commit 625eb9b

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
@@ -4,6 +4,10 @@
44
"description": "Syntax highlighting for Serilog message templates and Serilog.Expressions",
55
"version": "0.1.0",
66
"publisher": "mtlog",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/willibrandon/serilog-syntax-vscode"
10+
},
711
"engines": {
812
"vscode": "^1.104.0"
913
},

0 commit comments

Comments
 (0)