Skip to content

Commit

Permalink
update package.json, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
modestysn committed Jun 8, 2021
1 parent f65ce18 commit 5787377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
node_modules/
target/
.idea
.npmrc

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pdf2json",
"version": "1.2.0",
"description": "A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
"version": "1.2.1",
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
"keywords": [
"pdf",
"pdf parser",
Expand Down

0 comments on commit 5787377

Please sign in to comment.