Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzakin committed Oct 29, 2023
1 parent b937066 commit fa983a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit fa983a1

Please sign in to comment.