shared: Add missing katex dependency to shared package.json.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-07-25 12:21:32 -07:00
parent 5b0b1efb15
commit 7727dae441
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.2",
"license": "Apache-2.0",
"dependencies": {
"katex": "^0.12.0",
"underscore": "^1.9.1"
}
}