From f6b509123bc142612a816b9525c87c0c85406157 Mon Sep 17 00:00:00 2001 From: nickkolok Date: Mon, 15 Jan 2018 01:16:12 +0300 Subject: [PATCH] Browserify hotfix (#1057) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8d9b498c..0576d452 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.10.0-pre", "description": "Fast math typesetting for the web.", "main": "dist/katex.js", + "browser": "dist/katex.min.js", "repository": { "type": "git", "url": "git://github.com/Khan/KaTeX.git"