|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "pdfjs-dist",
|
|
|
- "version": "1.4.197",
|
|
|
+ "version": "1.4.199",
|
|
|
"main": "build/pdf.js",
|
|
|
"description": "Generic build of Mozilla's PDF.js library.",
|
|
|
"keywords": [
|
|
@@ -11,6 +11,11 @@
|
|
|
"homepage": "http://mozilla.github.io/pdf.js/",
|
|
|
"bugs": "https://github.com/mozilla/pdf.js/issues",
|
|
|
"license": "Apache-2.0",
|
|
|
+ "browser": {
|
|
|
+ "entry?name=[hash]-worker.js!./pdf.worker.js": false,
|
|
|
+ "./build/pdf.worker.js": false,
|
|
|
+ "node-ensure": false
|
|
|
+ },
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/mozilla/pdfjs-dist"
|