1
0
Fork 0

add markdown-it as devDependency

This commit is contained in:
Waylon Flinn 2016-03-11 08:53:56 -06:00
parent 7368f20905
commit 2f37ee1476

View file

@ -1,6 +1,6 @@
{
"name": "markdown-it-katex",
"version": "1.0.7",
"version": "1.0.8",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
"scripts": {
@ -22,5 +22,8 @@
"license": "MIT",
"dependencies": {
"katex": "^0.5.1"
},
"devDependencies": {
"markdown-it": "^6.0.0"
}
}