From e4889ec726dccc015080a5e316a9835a8f78012c Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 11 Mar 2016 08:24:12 -0600 Subject: [PATCH] add to markdown-it plugin directory --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cff5182..9f8c9cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-katex", - "version": "1.0.2", + "version": "1.0.3", "description": "Easy KaTeX support for markdown-it ", "main": "index.js", "scripts": { @@ -11,7 +11,8 @@ "markdown", "KaTeX", "math", - "LaTeX" + "LaTeX", + "markdown-it-plugin" ], "author": "waylonflinn@gmail.com", "license": "MIT",