Skip to content

Commit 08dad5e

Browse files
committed
Update prebuild script in package.json to patch style
1 parent a3cc062 commit 08dad5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tuttarealstep/vue-pdf.js",
33
"description": "A Vue component for displaying PDF files using the standard `pdf.js` viewer. This package provides a simple and powerful integration to embed PDF viewers in Vue applications.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"private": false,
66
"type": "module",
77
"author": "Stefano Valenzano (https://github.com/tuttarealstep)",
@@ -30,7 +30,7 @@
3030
"type-check": "vue-tsc --build --force",
3131
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
3232
"format": "prettier --write src/",
33-
"postbuild": "bun ./scripts/postbuild.ts"
33+
"prebuild": "bun ./scripts/postbuild.ts"
3434
},
3535
"dependencies": {
3636
"@fluent/bundle": "^0.18.0",

0 commit comments

Comments
 (0)