From e785393afd14bc161d3b4de5eb9e1aab1c69401f Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 22 Apr 2016 17:23:59 -0500 Subject: [PATCH] add markdown-it to keywords --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 11f003b..448148a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-katex", - "version": "2.0.0", + "version": "2.0.1", "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", "scripts": { @@ -16,7 +16,8 @@ "KaTeX", "math", "LaTeX", - "markdown-it-plugin" + "markdown-it-plugin", + "markdown-it", ], "author": "waylonflinn@gmail.com", "license": "MIT",