Skip to content

Commit

Permalink
Add repository field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeGeneva committed May 20, 2021
1 parent 0f5b47f commit e8fe7ef
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
Expand Up @@ -2,7 +2,7 @@
"name": "auto-collapse-explorer",
"displayName": "Auto-Collapse Explorer",
"description": "",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"vscode": "^1.37.0"
},
Expand All @@ -21,6 +21,10 @@
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/LukeGeneva/vscode-auto-collapse-explorer"
},
"scripts": {
"deploy": "vsce publish",
"test": "node ./test/runTest.js"
Expand Down

0 comments on commit e8fe7ef

Please sign in to comment.