From 243d60eebce4b6ca0e08d148d0cbbd02d0826655 Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 11 Mar 2016 08:47:13 -0600 Subject: [PATCH] add git repo to package.json --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b76f31..04185ed 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "markdown-it-katex", - "version": "1.0.5", - "description": "Easy KaTeX support for markdown-it ", + "version": "1.0.6", + "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", "scripts": { "watch": "watchify browser.js -o bundle.js -v", "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com:waylonflinn/markdown-it-katex.git" + }, "keywords": [ "markdown", "KaTeX",