Skip to content

Commit

Permalink
add more ext. info to package.json (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Mar 18, 2021
1 parent 84b4d04 commit 8a0d351
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,34 @@
"displayName": "Snippets Viewer",
"description": "VSCode Snippets Viewer",
"version": "1.0.0",
"categories": [
"Snippets"
],
"keywords": [
"snippets",
"viewer"
],
"engines": {
"vscode": "^1.54.0"
},
"categories": [
"Snippets"
"icon": "images/tab.png",
"publisher": "RandomFractalsInc",
"author": "Taras Novak",
"contributors": [
"Taras Novak"
],
"license": "Apache-2.0",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/RandomFractals/vscode-snippets-viewer"
},
"bugs": "https://github.com/RandomFractals/vscode-snippets-viewer/issues",
"homepage": "https://github.com/RandomFractals/vscode-snippets-viewer/README.md",
"galleryBanner": {
"color": "#333",
"theme": "dark"
},
"activationEvents": [
"onCommand:snippets-viewer.helloWorld"
],
Expand Down

0 comments on commit 8a0d351

Please sign in to comment.