Skip to content

Commit d7b29a2

Browse files
authored
fix repository URL (#5)
This fixes, for example, VS Code's inability to otherwise open the repository URL.
1 parent aeb7bea commit d7b29a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"publisher": "XadillaX",
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/XadillaX/vscode-language-viml.git"
18+
"url": "https://github.com/XadillaX/vscode-language-viml.git"
1919
},
2020
"author": "XadillaX <[email protected]>",
2121
"license": "MIT",

0 commit comments

Comments
 (0)