Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-05-07 02:37:13 +0300
committerLukas Eipert <leipert@gitlab.com>2019-05-10 23:07:41 +0300
commitc2674c2d37a55ad489392e4dd62feefad7bc8fae (patch)
tree0bbfd7ca7de35ee6cbba06bf1f8b8514de75e249 /package.json
parentcf5c8e73fb046e9db166f7115478d04d7774fd19 (diff)
Move to pdf.js distributed with npm
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.json1
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",