diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-05-06 18:37:13 -0500 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-05-10 15:07:41 -0500 |
commit | c2674c2d37a55ad489392e4dd62feefad7bc8fae (patch) | |
tree | 0bbfd7ca7de35ee6cbba06bf1f8b8514de75e249 /package.json | |
parent | cf5c8e73fb046e9db166f7115478d04d7774fd19 (diff) | |
download | gitlab-ce-c2674c2d37a55ad489392e4dd62feefad7bc8fae.tar.gz |
Move to pdf.js distributed with npmleipert-move-pdf-js
pdf.js is available on npm. Importing the dependency from there instead
of vendoring it has certain benefits, e.g. the discoverability of
updates (especially security fixes).
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 eb557101662..77c7db59936 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,7 @@ "monaco-editor": "^0.15.6", "monaco-editor-webpack-plugin": "^1.7.0", "mousetrap": "^1.4.6", + "pdfjs-dist": "^2.0.943", "pikaday": "^1.6.1", "popper.js": "^1.14.7", "prismjs": "^1.6.0", |