Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHdd committed Jun 9, 2019
1 parent b1f5ba8 commit 267ab6d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

6 changes: 2 additions & 4 deletions package-lock.json

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

40 changes: 24 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,43 @@
"name": "github-folder",
"displayName": "Github Folder",
"description": "Generate .github folder with the markdown files",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "PeterHdd",
"icon":"images/github.png",
"icon": "images/github.png",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/PeterHdd/github-folder"
},
"type": "git",
"url": "https://github.com/PeterHdd/github-folder"
},
"engines": {
"vscode": "^1.35.0"
},
"categories": [
"Other"
],
"keywords": [
"github"
],
"github"
],
"activationEvents": [
"onCommand:extension.github"
],
"main": "./out/extension.js",
"contributes": {
"commands": [{
"command": "extension.github",
"title": "Create .github folder"
}],
"commands": [
{
"command": "extension.github",
"title": "Create .github folder"
}
],
"menus": {
"explorer/context": [{
"command": "extension.github",
"group": "navigation"
}]
"explorer/context": [
{
"command": "extension.github",
"group": "navigation"
}
]
}
},
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
Expand All @@ -48,5 +52,9 @@
"tslint": "^5.12.1",
"@types/node": "^10.12.21",
"@types/mocha": "^2.2.42"
},
"dependencies": {
"@types/mkdirp": "^0.5.2",
"mkdirp": "^0.5.1"
}
}

0 comments on commit 267ab6d

Please sign in to comment.