From 78f39d171e1629252d3fe063487d1866e4698f5c Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Mon, 29 Oct 2018 22:04:06 +0900 Subject: [PATCH] Add homepage to package.json (#1761) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f8ce6d87..9ed3c3a6 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.10.1-pre", "description": "Fast math typesetting for the web.", "main": "dist/katex.js", + "homepage": "https://katex.org", "repository": { "type": "git", "url": "git://github.com/Khan/KaTeX.git"