File tree Expand file tree Collapse file tree 3 files changed +26
-29
lines changed
Expand file tree Collapse file tree 3 files changed +26
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 ./" ,
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}
You can’t perform that action at this time.
0 commit comments