From 2f37ee1476c112980f390c6bb528ca461398cd85 Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 11 Mar 2016 08:53:56 -0600 Subject: [PATCH] add markdown-it as devDependency --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61f99e5..9ffc067 100644 --- a/package.json +++ b/package.json @@ -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" } }