Skip to content

Commit

Permalink
Merge pull request #13 from KATT/patch-1
Browse files Browse the repository at this point in the history
Add `"typings":` to `package.json`
  • Loading branch information
alejouribesanchez authored Apr 26, 2022
2 parents f7927d4 + ed52106 commit b4f5e18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.4",
"description": "Node.js module for communicating with the Veryfi OCR API",
"main": "lib/main.js",
"typings": "types/main.d.ts",
"scripts": {
"test": "jest",
"doc": "jsdoc -d docs --configure jsconf.json main.js",
Expand All @@ -14,6 +15,10 @@
"Matthew Eng <[email protected]>"
],
"license": "MIT",
"files": [
"lib",
"types"
],
"directories": {
"lib": "lib",
"test": "test"
Expand Down

0 comments on commit b4f5e18

Please sign in to comment.