#941 Should work now

This commit is contained in:
James-Yu 2018-11-03 20:44:34 +08:00
parent 5c167c2137
commit aae0bfb952
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## [5.14.2] - 2018-11-03
### Fixed
- (#941) PDFJS library not bundled correctly, again.
## [5.14.1] - 2018-11-03
### Fixed

View File

@ -1,8 +1,8 @@
rm -rf node_modules/mathjax/
cp -rf viewer/mathjax/ node_modules/mathjax/
rm -f node_modules/pdfjs-dist/build/pdf.js
rm -f node_modules/pdfjs-dist/build/pdf.worker.js
rm -f node_modules/pdfjs-dist/build/pdf.min.js
rm -f node_modules/pdfjs-dist/build/pdf.worker.min.js
rm -f node_modules/pdfjs-dist/build/pdf.combined.js
rm -rf node_modules/pdfjs-dist/build/*.js.map
rm -rf node_modules/pdfjs-dist/external/

View File

@ -3,7 +3,7 @@
"displayName": "LaTeX Workshop",
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
"icon": "icon.png",
"version": "5.14.1",
"version": "5.14.2",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",