diff --git a/README.md b/README.md index a0696a9..a26a6a4 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This will generate the following PDF file - language - string: Either `"DE" | "EN" | "IT" | "FR"`. Default `"DE"`. - size - string: Either `"A4" | "A6/5"`. Default `"A6/5"`. - scissors - boolean: Wether you want to show the scissor icons or the text `Separate before paying in`. Default `true`. - - autoGenerate - boolean: Wether you want to atomatically finalize the PDF. When set to false you are able to add your own content to the PDF using PDFKit. Default `true`; + - autoGenerate - boolean: Wether you want to atomatically finalize the PDF. When set to false you are able to add your own content to the PDF using PDFKit. Default `true`. #### addPage() Adds a new page to the PDF. diff --git a/package-lock.json b/package-lock.json index 115a2fb..f58e452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "swissqrbill", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bbcc94e..7435eb4 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "swissqrbill", - "version": "1.0.3", + "version": "1.0.4", "description": "Node implementation for the swiss QR bill", "main": "./index.js", "types": "./lib/index.d.ts", "files": [ - "lib/**/*" + "lib/**/*", + "index.js" ], "scripts": { "test": "cd tests && sh run.sh",