Skip to content

Commit 173b0d1

Browse files
committed
Fix relative path
1 parent 8e10986 commit 173b0d1

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
@@ -2,7 +2,11 @@
22
"name": "vmix-scripting",
33
"displayName": "vMix Scripting Language",
44
"description": "%extension.description%",
5-
"version": "0.0.1",
5+
"version": "0.6.51",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/SysProfile/Scripting-Assistant-For-vMix.git"
9+
},
610
"engines": {
711
"vscode": "^1.80.0"
812
},

0 commit comments

Comments
 (0)