-
- Downloads
Merge branch 'release/3.0.0'
package-lock.json
0 → 100644
{ | ||
"name": "markdown-it-katex", | ||
"version": "2.0.3", | ||
"name": "@iktakahiro/markdown-it-katex", | ||
"version": "3.0.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:waylonflinn/markdown-it-katex.git" | ||
"url": "git+ssh://git@github.com:iktakahiro/markdown-it-katex.git" | ||
}, | ||
"keywords": [ | ||
"markdown", | ||
... | ... | @@ -19,14 +19,14 @@ |
"markdown-it-plugin", | ||
"markdown-it" | ||
], | ||
"author": "waylonflinn@gmail.com", | ||
"author": "Takahiro Ethan Ikeuchi @iktakahiro", | ||
"license": "MIT", | ||
"dependencies": { | ||
"katex": "^0.6.0" | ||
"katex": "^0.9.0" | ||
}, | ||
"devDependencies": { | ||
"markdown-it": "^6.0.0", | ||
"markdown-it": "^8.4.1", | ||
"markdown-it-testgen": "^0.1.4", | ||
"tape": "^4.5.1" | ||
"tape": "^4.9.0" | ||
} | ||
} |
Please register or sign in to comment