-
- Downloads
Merge pull request #1 from Abreto/abreto-version
Abreto version
No related branches found
No related tags found
{ | ||
"name": "@iktakahiro/markdown-it-katex", | ||
"version": "3.1.0", | ||
"name": "@abreto/markdown-it-katex", | ||
"version": "3.2.0", | ||
"description": "Fast math support for markdown-it with KaTeX", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -9,7 +9,7 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com:iktakahiro/markdown-it-katex.git" | ||
"url": "git+ssh://git@github.com:Abreto/markdown-it-katex.git" | ||
}, | ||
"keywords": [ | ||
"markdown", | ||
... | ... | @@ -19,10 +19,10 @@ |
"markdown-it-plugin", | ||
"markdown-it" | ||
], | ||
"author": "Takahiro Ethan Ikeuchi @iktakahiro", | ||
"author": "Abreto Fu", | ||
"license": "MIT", | ||
"dependencies": { | ||
"katex": "^0.10.0" | ||
"katex": "^0.11.1" | ||
}, | ||
"devDependencies": { | ||
"markdown-it": "^8.4.1", | ||
... | ... |
Please register or sign in to comment