Skip to content

Commit

Permalink
BUMP version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreKelling committed Feb 14, 2024
1 parent 82710a9 commit 2837549
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 8 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf-invoice",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/app.js",
"author": "André Kelling",
"description": "Invoice A4 PDF printing.",
Expand All @@ -14,5 +14,11 @@
},
"engines": {
"node": ">=18.0.0"
}
},
"keywords": [
"invoice",
"print",
"pdf",
"jspdf"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf-template",
"version": "4.1.0",
"version": "5.0.0",
"main": "src/app.js",
"author": "André Kelling",
"description": "Invoice template and setup for jsPDF usage in ES6.",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Here there is a [demo](https://andrekelling.github.io/jspdf-template/).

1. `npm install`

If you want the usable node package, you can install it via npm:

`npm i jspdf-invoice -S` it is here https://www.npmjs.com/package/jspdf-invoice

## Build

Creates a bundle JS file which provides the global method `printPDF()`.
Expand Down

0 comments on commit 2837549

Please sign in to comment.