Skip to content

Commit 267ab6d

Browse files
author
PeterHdd
committed
update
1 parent b1f5ba8 commit 267ab6d

File tree

3 files changed

+26
-29
lines changed

3 files changed

+26
-29
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,43 @@
22
"name": "github-folder",
33
"displayName": "Github Folder",
44
"description": "Generate .github folder with the markdown files",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "PeterHdd",
7-
"icon":"images/github.png",
7+
"icon": "images/github.png",
88
"license": "SEE LICENSE IN LICENSE.md",
99
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/PeterHdd/github-folder"
12-
},
10+
"type": "git",
11+
"url": "https://github.com/PeterHdd/github-folder"
12+
},
1313
"engines": {
1414
"vscode": "^1.35.0"
1515
},
1616
"categories": [
1717
"Other"
1818
],
1919
"keywords": [
20-
"github"
21-
],
20+
"github"
21+
],
2222
"activationEvents": [
2323
"onCommand:extension.github"
2424
],
2525
"main": "./out/extension.js",
2626
"contributes": {
27-
"commands": [{
28-
"command": "extension.github",
29-
"title": "Create .github folder"
30-
}],
27+
"commands": [
28+
{
29+
"command": "extension.github",
30+
"title": "Create .github folder"
31+
}
32+
],
3133
"menus": {
32-
"explorer/context": [{
33-
"command": "extension.github",
34-
"group": "navigation"
35-
}]
34+
"explorer/context": [
35+
{
36+
"command": "extension.github",
37+
"group": "navigation"
38+
}
39+
]
3640
}
37-
},
41+
},
3842
"scripts": {
3943
"vscode:prepublish": "npm run compile",
4044
"compile": "tsc -p ./",
@@ -48,5 +52,9 @@
4852
"tslint": "^5.12.1",
4953
"@types/node": "^10.12.21",
5054
"@types/mocha": "^2.2.42"
55+
},
56+
"dependencies": {
57+
"@types/mkdirp": "^0.5.2",
58+
"mkdirp": "^0.5.1"
5159
}
5260
}

0 commit comments

Comments
 (0)