Skip to content

Commit 71d3380

Browse files
authored
Merge pull request #42 from LibreSign/fix/export-css-subpath
fix: export css subpath
2 parents 76b9a70 + df60f8f commit 71d3380

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@libresign/pdf-elements",
33
"description": "PDF viewer with draggable and resizable element overlays for Vue 3",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"author": "LibreCode <contact@librecode.coop>",
66
"private": false,
77
"main": "dist/index.mjs",
@@ -13,6 +13,7 @@
1313
"import": "./dist/index.mjs",
1414
"default": "./dist/index.mjs"
1515
},
16+
"./dist/index.css": "./dist/index.css",
1617
"./src/components/PDFElements.vue": "./src/components/PDFElements.vue",
1718
"./src/utils/asyncReader": "./src/utils/asyncReader.ts"
1819
},

0 commit comments

Comments
 (0)