Skip to content

Commit

Permalink
1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegosetto committed Oct 30, 2024
1 parent b90dbae commit 724e604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-parse-new",
"version": "1.3.8",
"version": "1.3.9",
"description": "Pure javascript cross-platform module to extract text from PDFs.",
"main": "lib\\pdf-parse.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -40,9 +40,9 @@
"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:patch:beta": "npm version patch --tag beta",
"up:minor:beta": "npm version minor --tag beta",
"up:major:beta": "npm version major --tag beta"
},
"homepage": "https://github.com/simonegosetto/pdf-parse",
"bugs": {
Expand Down

0 comments on commit 724e604

Please sign in to comment.