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