Skip to content

Commit

Permalink
Moving to es6 version of pdfjs-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins committed Jun 19, 2019
1 parent a777361 commit acc5b8c
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 407 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-js",
"version": "5.0.6",
"version": "5.1.0",
"description": "Simple React component to wrap up PDF.js. The easiest way to render PDFs in your React app.",
"author": "mikecousins",
"license": "MIT",
Expand Down Expand Up @@ -47,6 +47,6 @@
"webpack": "4.32.1"
},
"dependencies": {
"pdfjs-dist": "2.1.266"
"@bundled-es-modules/pdfjs-dist": "2.1.266-rc"
}
}

0 comments on commit acc5b8c

Please sign in to comment.