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).
Showing
... | ... | @@ -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", | ||
... | ... |
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment