We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860afc7 commit a08b066Copy full SHA for a08b066
package.json
@@ -2,11 +2,19 @@
2
"name": "svn-scm",
3
"displayName": "svn-scm",
4
"description": "",
5
- "version": "0.1.1",
+ "version": "0.1.2",
6
"publisher": "johnstoncode",
7
"engines": {
8
"vscode": "^1.16.0"
9
- },
+ },
10
+ "homepage": "https://github.com/JohnstonCode/svn-scm/blob/master/README.md",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/JohnstonCode/svn-scm.git"
14
15
+ "bugs": {
16
+ "url": "https://github.com/JohnstonCode/svn-scm/issues"
17
18
"categories": [
19
"Other",
20
"SCM Providers"
0 commit comments