Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: prep release 3.1.4 #358

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "pdf2json",
"version": "3.1.3",
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
"version": "3.1.4",
"description": "PDF file parser that converts PDF binaries to JSON and text, powered by porting a fork of PDF.JS to Node.js",
"keywords": [
"pdf",
"pdf parser",
"pdf2json",
"convert pdf to json",
"convert pdf form to json",
"server side PDF parser",
"port pdf.js to node.js",
"PDF to text",
Expand Down Expand Up @@ -85,8 +86,7 @@
"bundledDependencies": [
"@xmldom/xmldom"
],
"maintainers": [
{
"maintainers": [{
"name": "Modesty Zhang",
"email": "[email protected]",
"url": "http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372"
Expand Down
Loading