Skip to content

Commit

Permalink
refactor: use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 1, 2023
1 parent c1632a3 commit ce763db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/browser-pre-built-bundle/pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8" />
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/pdfkit@0/js/pdfkit.standalone.js"
src="https://cdn.jsdelivr.net/npm/pdfkit@latest/js/pdfkit.standalone.js"
></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/blob-stream@0.1.3/+esm"
src="https://cdn.jsdelivr.net/npm/blob-stream@latest/+esm"
></script>
<script
type="text/javascript"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.13",
"version": "4.0.0-alpha.14",
"type": "module",
"name": "swissqrbill",
"description": "Swiss QR Bill generation in Node.js and browsers",
Expand Down

0 comments on commit ce763db

Please sign in to comment.