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.
2 parents 76b9a70 + df60f8f commit 71d3380Copy full SHA for 71d3380
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.2",
+ "version": "1.1.3",
5
"author": "LibreCode <contact@librecode.coop>",
6
"private": false,
7
"main": "dist/index.mjs",
@@ -13,6 +13,7 @@
13
"import": "./dist/index.mjs",
14
"default": "./dist/index.mjs"
15
},
16
+ "./dist/index.css": "./dist/index.css",
17
"./src/components/PDFElements.vue": "./src/components/PDFElements.vue",
18
"./src/utils/asyncReader": "./src/utils/asyncReader.ts"
19
0 commit comments