Skip to content

Commit e50c6ef

Browse files
authored
Merge pull request #35 from LibreSign/fix/export-more-scripts
fix: export more scripts
2 parents a7ea2b8 + d5f9b76 commit e50c6ef

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
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.0.0",
4+
"version": "1.0.1",
55
"author": "LibreCode <contact@librecode.coop>",
66
"private": false,
77
"main": "dist/index.js",
@@ -11,7 +11,9 @@
1111
".": {
1212
"import": "./dist/index.js",
1313
"types": "./dist/index.d.ts"
14-
}
14+
},
15+
"./src/components/PDFElements.vue": "./src/components/PDFElements.vue",
16+
"./src/utils/asyncReader": "./src/utils/asyncReader.ts"
1517
},
1618
"repository": {
1719
"type": "git",

0 commit comments

Comments
 (0)