mirror of https://github.com/zulip/zulip.git
shared: Add missing katex dependency to shared package.json.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
5b0b1efb15
commit
7727dae441
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"katex": "^0.12.0",
|
||||
"underscore": "^1.9.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue