Skip to content

Commit 885320b

Browse files
committed
1.0.1
1 parent baf840d commit 885320b

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+19-21
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,27 @@
22
"name": "vscode-hackmd",
33
"displayName": "vscode-hackmd",
44
"description": "The official Markdown VSCode extension",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"engines": {
77
"vscode": "^1.36.0"
8-
},
9-
"publisher": "HackMD",
10-
"icon": "images/icon.png",
11-
"galleryBanner": {
12-
"color": "#333333",
13-
"theme": "dark"
14-
},
15-
"activationEvents": [
16-
17-
],
18-
"license": "MIT",
19-
"homepage": "https://github.com/hackmdio/vscode-hackmd/blob/master/README.md",
20-
"bugs": {
21-
"url": "https://github.com/hackmdio/vscode-hackmd/issues",
22-
"email": "hackmdio@gmail.com"
23-
},
24-
"repository": {
25-
"type": "git",
26-
"url": "https://github.com/hackmdio/vscode-hackmd.git"
27-
},
8+
},
9+
"publisher": "HackMD",
10+
"icon": "images/icon.png",
11+
"galleryBanner": {
12+
"color": "#333333",
13+
"theme": "dark"
14+
},
15+
"activationEvents": [],
16+
"license": "MIT",
17+
"homepage": "https://github.com/hackmdio/vscode-hackmd/blob/master/README.md",
18+
"bugs": {
19+
"url": "https://github.com/hackmdio/vscode-hackmd/issues",
20+
"email": "hackmdio@gmail.com"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/hackmdio/vscode-hackmd.git"
25+
},
2826
"extensionDependencies": [
2927
"bierner.markdown-preview-github-styles",
3028
"bierner.markdown-emoji",

0 commit comments

Comments
 (0)