We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f6007 commit c7a63a3Copy full SHA for c7a63a3
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@libresign/pdf-elements",
3
"description": "PDF viewer with draggable and resizable element overlays for Vue 3",
4
- "version": "1.1.5",
+ "version": "1.1.6",
5
"author": "LibreCode <contact@librecode.coop>",
6
"private": false,
7
"main": "dist/index.mjs",
@@ -40,6 +40,8 @@
40
"build:report": "vite build --mode report",
41
"build:demo": "vite build --mode demo",
42
"preview:demo": "vite preview --outDir dist-demo",
43
+ "validate:dist": "node scripts/validate-pdfjs-dist.mjs",
44
+ "prepack": "npm run build && npm run validate:dist",
45
"test": "vitest run",
46
"test:watch": "vitest",
47
"lint": "eslint . --ext .vue,.ts,.js --max-warnings=0",
0 commit comments