vscode-ebnf

EBNF for Visual Studio Code
Mirror of https://github.com/Jamozed/vscode-ebnf
git clone http://git.omkov.net/vscode-ebnf
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2021-06-13 09:09:37
Commit1a1ef6c8ba9966201ca88118ec1008f189d5d4b5
Parent3dfb2ccbb33a25d26d3d691c689a92c66343c9e6

Fix repository in package.json

Diffstat

M package.json | 5 ++++-

1 files changed, 4 insertions, 1 deletions

diff --git a/package.json b/package.json
index fb2227e..a9d50dc 100644
--- a/package.json
+++ b/package.json
@@ -25,5 +25,8 @@
 			}
 		]
 	},
-	"repository": "https://github.com/Jamozed/vscode-ebnf"
+	"repository": {
+		"type": "git",
+		"url": "https://github.com/Jamozed/vscode-ebnf"
+	}
 }