Skip to content

Commit 115d618

Browse files
authored
maint: prep release 3.1.4 (#358)
1 parent 7f2e4ff commit 115d618

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "pdf2json",
3-
"version": "3.1.3",
4-
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
3+
"version": "3.1.4",
4+
"description": "PDF file parser that converts PDF binaries to JSON and text, powered by porting a fork of PDF.JS to Node.js",
55
"keywords": [
66
"pdf",
77
"pdf parser",
88
"pdf2json",
99
"convert pdf to json",
10+
"convert pdf form to json",
1011
"server side PDF parser",
1112
"port pdf.js to node.js",
1213
"PDF to text",
@@ -85,8 +86,7 @@
8586
"bundledDependencies": [
8687
"@xmldom/xmldom"
8788
],
88-
"maintainers": [
89-
{
89+
"maintainers": [{
9090
"name": "Modesty Zhang",
9191
"email": "modestyz@hotmail.com",
9292
"url": "http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372"

0 commit comments

Comments
 (0)