Skip to content

Commit 844b428

Browse files
committed
Bump version to 1.0.6 and add bun as a dependency in package.json
1 parent 2168d76 commit 844b428

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bun.lockb

3.48 KB
Binary file not shown.

packages/vue/package.json

Lines changed: 3 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.5",
4+
"version": "1.0.6",
55
"private": false,
66
"type": "module",
77
"author": "Stefano Valenzano (https://github.com/tuttarealstep)",
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/tuttarealstep/vue-pdf.js/issues"
2525
},
2626
"scripts": {
27-
"postinstall": "bun ./scripts/postinstall.ts",
27+
"postinstall": "bun scripts/postinstall.ts",
2828
"build": "run-p type-check \"build-only {@}\" --",
2929
"build-only": "vite build",
3030
"test": "vitest",
@@ -52,6 +52,7 @@
5252
"@vue/eslint-config-typescript": "^13.0.0",
5353
"@vue/test-utils": "^2.4.6",
5454
"@vue/tsconfig": "^0.5.1",
55+
"bun": "^1.1.38",
5556
"eslint": "^8.57.0",
5657
"eslint-plugin-vue": "^9.23.0",
5758
"happy-dom": "^15.7.4",

0 commit comments

Comments
 (0)