Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nisaacson committed Oct 26, 2015
1 parent 2598ac1 commit d2acc6c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-text-extract",
"version": "1.3.1",
"version": "1.3.2",
"description": "Extract text from pdfs that contain searchable pdf text",
"main": "index.js",
"bin": "./bin/pdf-text-extract.js",
Expand Down Expand Up @@ -35,6 +35,13 @@
"yargs": "^1.2.5"
},
"standard": {
"globals": [ "describe", "before", "beforeEach", "after", "afterEach", "it" ]
"globals": [
"describe",
"before",
"beforeEach",
"after",
"afterEach",
"it"
]
}
}

0 comments on commit d2acc6c

Please sign in to comment.