Skip to content

Commit

Permalink
MAINT: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
modestysn committed Mar 15, 2020
1 parent 465eb53 commit 19ceb41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf2json",
"version": "1.1.9",
"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",
"keywords": [
"pdf",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test-misc": "node pdf2json.js -f ./test/pdf/misc/ -o ./test/target/misc/ -c -m"
},
"engines": {
"node": ">=4.5"
"node": ">=10.15.1"
},
"bin": {
"pdf2json": "./bin/pdf2json"
Expand Down

0 comments on commit 19ceb41

Please sign in to comment.