Skip to content

Commit ec805db

Browse files
committedJan 29, 2021
add repository field to extensions package.json
1 parent 9a5d14e commit ec805db

File tree

82 files changed

+322
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+322
-10
lines changed
 

‎extensions/bat/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,8 @@
4040
}
4141
]
4242
},
43-
"homepage": "https://code.visualstudio.com/",
44-
"bugs": {
45-
"url": "https://github.com/microsoft/vscode/issues"
46-
},
4743
"repository": {
4844
"type": "git",
49-
"url": "https://github.com/microsoft/vscode-bat.git"
50-
},
51-
"dependencies": {},
52-
"devDependencies": {
53-
"vscode-grammar-updater": "^1.0.2"
45+
"url": "https://github.com/microsoft/vscode.git"
5446
}
5547
}

‎extensions/clojure/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@
3737
"path": "./syntaxes/clojure.tmLanguage.json"
3838
}
3939
]
40+
},
41+
"repository": {
42+
"type": "git",
43+
"url": "https://github.com/microsoft/vscode.git"
4044
}
4145
}

0 commit comments

Comments
 (0)
Please sign in to comment.