diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-14 17:16:55 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-21 12:08:31 -0600 |
commit | ad9e3dfe5d3d8136ae659b4de9f37af9f6b5462f (patch) | |
tree | c3f326179ae5cec405c60c9e310c144c0bfbf43a /package.json | |
parent | 16de14ea980aec9da2b6960adff6d08597bd88b0 (diff) | |
download | gitlab-ce-ad9e3dfe5d3d8136ae659b4de9f37af9f6b5462f.tar.gz |
added katex.js and load it via webpack
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index aa4e4e79f49..a50364d0929 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "js-cookie": "^2.1.3", "jszip": "^3.1.3", "jszip-utils": "^0.0.2", + "katex": "^0.9.0-alpha2", "marked": "^0.3.6", "monaco-editor": "0.10.0", "mousetrap": "^1.4.6", |