Skip to content

Commit 50f21a6

Browse files
committed
issue #296: correct bin value with .js file extension
1 parent fafbcfa commit 50f21a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf2json",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
55
"keywords": [
66
"pdf",
@@ -51,7 +51,7 @@
5151
},
5252
"type": "module",
5353
"bin": {
54-
"pdf2json": "./bin/pdf2json"
54+
"pdf2json": "./bin/pdf2json.js"
5555
},
5656
"dependencies": {
5757
"@xmldom/xmldom": "^0.8.6"

0 commit comments

Comments
 (0)