Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit ac846a9

Browse files
committed
fix urls
1 parent 2e03b4e commit ac846a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://monacotools.visualstudio.com/DefaultCollection/Monaco/_git/vscode-node-debug"
22+
"url": "https://github.com/Microsoft/vscode-node-debug.git"
23+
},
24+
"bugs": {
25+
"url": "https://github.com/Microsoft/vscode-node-debug/issues"
2326
},
2427
"devDependencies": {
2528
"gulp": "^3.9.0",

0 commit comments

Comments
 (0)