Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lena.natter committed Nov 30, 2023
1 parent 986d61e commit 5acd429
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusonic/pdf.js",
"version": "2.0.0-5-dev",
"version": "2.0.0-5-dev1",
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
Expand Down
3 changes: 1 addition & 2 deletions web/app_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,5 +419,4 @@ if (typeof PDFJSDev === "undefined" || PDFJSDev.test("GENERIC")) {
};
}

export { AppOptions, OptionKind, compatibilityParams };

export { AppOptions, compatibilityParams, OptionKind };

Check failure on line 422 in web/app_options.js

View workflow job for this annotation

GitHub Actions / Test

Insert `⏎`

0 comments on commit 5acd429

Please sign in to comment.