diff --git a/package.json b/package.json index 3660717..efe90fa 100644 --- a/package.json +++ b/package.json @@ -2,18 +2,18 @@ "name": "markdown-wiki", "displayName": "Markdown Wiki", "description": "Keep a wiki in Visual Studio Code", - "author": "Successible", - "publisher": "Successible", + "author": "Paul Zakin", + "publisher": "Paul Zakin", "version": "0.0.0", "private": true, "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/successible/markdown-wiki.git" + "url": "https://github.com/paulzakin/markdown-wiki.git" }, "icon": "icon.png", "engines": { - "vscode": "^1.82.0" + "vscode": "^1.83.0" }, "main": "./out/extension.js", "activationEvents": [