Skip to content

Commit

Permalink
issue #296: correct bin value with .js file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
modestysn committed May 24, 2023
1 parent fafbcfa commit 50f21a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf2json",
"version": "3.0.3",
"version": "3.0.4",
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
"keywords": [
"pdf",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"type": "module",
"bin": {
"pdf2json": "./bin/pdf2json"
"pdf2json": "./bin/pdf2json.js"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.6"
Expand Down

0 comments on commit 50f21a6

Please sign in to comment.