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:
authorMatt Bierner <matb@microsoft.com>2022-05-19 21:25:45 +0300
committerGitHub <noreply@github.com>2022-05-19 21:25:45 +0300
commita00e1380401cb64023272c189772563f2885e8ab (patch)
tree161d369fa889d3dc4d36cc5eb3395dd4b32a9bc4 /extensions
parent85bf8af5b9661b0c7f9587d33b3cb61499f6e4b8 (diff)
Changing dependency syntax for markdown-it-katex (#149962)
Fixes #149291
Diffstat (limited to 'extensions')
-rw-r--r--extensions/markdown-math/package.json2
-rw-r--r--extensions/markdown-math/yarn.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/markdown-math/package.json b/extensions/markdown-math/package.json
index 8267989daee..d3bb21a553a 100644
--- a/extensions/markdown-math/package.json
+++ b/extensions/markdown-math/package.json
@@ -90,7 +90,7 @@
"build-notebook": "node ./esbuild"
},
"dependencies": {
- "@iktakahiro/markdown-it-katex": "https://github.com/mjbvz/markdown-it-katex.git"
+ "@iktakahiro/markdown-it-katex": "mjbvz/markdown-it-katex"
},
"devDependencies": {
"@types/markdown-it": "^0.0.0",
diff --git a/extensions/markdown-math/yarn.lock b/extensions/markdown-math/yarn.lock
index 645b0080707..202cceb35b9 100644
--- a/extensions/markdown-math/yarn.lock
+++ b/extensions/markdown-math/yarn.lock
@@ -2,9 +2,9 @@
# yarn lockfile v1
-"@iktakahiro/markdown-it-katex@https://github.com/mjbvz/markdown-it-katex.git":
+"@iktakahiro/markdown-it-katex@mjbvz/markdown-it-katex":
version "4.0.1"
- resolved "https://github.com/mjbvz/markdown-it-katex.git#2e3736e4b916ee64ed92ebfabeaa94643612665a"
+ resolved "https://codeload.github.com/mjbvz/markdown-it-katex/tar.gz/2e3736e4b916ee64ed92ebfabeaa94643612665a"
dependencies:
katex "^0.13.0"