Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Sep 1, 2019
1 parent baf840d commit 885320b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,27 @@
"name": "vscode-hackmd",
"displayName": "vscode-hackmd",
"description": "The official Markdown VSCode extension",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.36.0"
},
"publisher": "HackMD",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#333333",
"theme": "dark"
},
"activationEvents": [

],
"license": "MIT",
"homepage": "https://github.com/hackmdio/vscode-hackmd/blob/master/README.md",
"bugs": {
"url": "https://github.com/hackmdio/vscode-hackmd/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hackmdio/vscode-hackmd.git"
},
},
"publisher": "HackMD",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#333333",
"theme": "dark"
},
"activationEvents": [],
"license": "MIT",
"homepage": "https://github.com/hackmdio/vscode-hackmd/blob/master/README.md",
"bugs": {
"url": "https://github.com/hackmdio/vscode-hackmd/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hackmdio/vscode-hackmd.git"
},
"extensionDependencies": [
"bierner.markdown-preview-github-styles",
"bierner.markdown-emoji",
Expand Down

0 comments on commit 885320b

Please sign in to comment.