Author | Jamozed <[email protected]> |
Date | 2021-06-13 09:09:37 |
Commit | 1a1ef6c8ba9966201ca88118ec1008f189d5d4b5 |
Parent | 3dfb2ccbb33a25d26d3d691c689a92c66343c9e6 |
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" + } }