Skip to content

Commit

Permalink
add publisher and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean10 committed Sep 15, 2020
1 parent f4c0978 commit 02758e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "vscode-markdown-quote",
"description": "vscode markdown block quote.",
"version": "0.0.1",
"publisher": "sean10",
"engines": {
"vscode": "^1.49.0"
},
Expand Down Expand Up @@ -49,5 +50,10 @@
"mocha": "^8.1.3",
"typescript": "^4.0.2",
"vscode-test": "^1.4.0"
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sean10/vscode-markdown-quote"
}
}

0 comments on commit 02758e7

Please sign in to comment.