Skip to content

Commit

Permalink
updated package version and removed blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Feb 13, 2024
1 parent aeb13d7 commit d05bfeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sidebase/nuxt-pdf",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "A Nuxt 3 module to create Server Side rendered PDFs",
"repository": "@sidebase/nuxt-pdf",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/runtime/server/pdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ export const streamReturnPDF = async (event: H3Event, pdf: PDFKit.PDFDocument |
throw new Error('PDF generated failed.')
}
}

0 comments on commit d05bfeb

Please sign in to comment.