Skip to content

Commit

Permalink
fix: attempt to fix for issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegosetto committed Oct 30, 2024
1 parent 724e604 commit 684b790
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-parse-new",
"version": "1.3.9",
"version": "1.3.9-beta.0",
"description": "Pure javascript cross-platform module to extract text from PDFs.",
"main": "lib\\pdf-parse.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -39,10 +39,7 @@
"start": "node index.js",
"up:patch": "npm version patch",
"up:minor": "npm version minor",
"up:major": "npm version major",
"up:patch:beta": "npm version patch --tag beta",
"up:minor:beta": "npm version minor --tag beta",
"up:major:beta": "npm version major --tag beta"
"up:major": "npm version major"
},
"homepage": "https://github.com/simonegosetto/pdf-parse",
"bugs": {
Expand Down

0 comments on commit 684b790

Please sign in to comment.