Skip to content

Commit

Permalink
added github repository in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jill M. Nolan committed Oct 13, 2020
1 parent 0eb4240 commit 837a412
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cobol-essentials",
"displayName": "Cobol Essentials",
"displayName": "COBOL Essentials",
"description": "COBOL Essentials for Visual Studio Code",
"version": "0.0.1",
"icon": "icon.png",
Expand All @@ -11,6 +11,10 @@
"categories": [
"Extension Packs"
],
"repository": {
"type": "git",
"url": "https://github.com/jillmnolan/COBOL-Essentials"
},
"extensionPack": [
"Zowe.vscode-extension-for-zowe",
"IBM.zopeneditor"
Expand Down

0 comments on commit 837a412

Please sign in to comment.