Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Aeschlimann <martinae@microsoft.com>2016-05-02 12:52:52 +0300
committerMartin Aeschlimann <martinae@microsoft.com>2016-05-02 12:52:52 +0300
commit1f0657703be5609d70088b0385bc27db8cc03a41 (patch)
tree7a7c63bf0c62833d700e7c41b672e189e23bb2d7
parent0c10a9c5a4936c379c803d9772afcf396bb72ebf (diff)
Extension licenses: Fix URL for node-jsonc-parser1.1.0-insider
-rw-r--r--extensions/javascript/OSSREADME.json2
-rw-r--r--extensions/json/OSSREADME.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/javascript/OSSREADME.json b/extensions/javascript/OSSREADME.json
index 7996e4281df..a29036bc3e2 100644
--- a/extensions/javascript/OSSREADME.json
+++ b/extensions/javascript/OSSREADME.json
@@ -221,7 +221,7 @@
"version": "0.0.0",
"license": "MIT",
"isProd": true,
- "repositoryURL": "https://github.com/Microsoft/jsonc-parser"
+ "repositoryURL": "https://github.com/Microsoft/node-jsonc-parser"
},
{
"name": "Microsoft/vscode-nls",
diff --git a/extensions/json/OSSREADME.json b/extensions/json/OSSREADME.json
index ad42e9a135b..9f80d90dd7b 100644
--- a/extensions/json/OSSREADME.json
+++ b/extensions/json/OSSREADME.json
@@ -17,7 +17,7 @@
"version": "0.0.0",
"license": "MIT",
"isProd": true,
- "repositoryURL": "https://github.com/Microsoft/jsonc-parser"
+ "repositoryURL": "https://github.com/Microsoft/node-jsonc-parser"
},
{
"name": "Microsoft/vscode-languageserver-node",