diff --git a/package.json b/package.json index cefdd79..c2b3db6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@libresign/pdf-elements", "description": "PDF viewer with draggable and resizable element overlays for Vue 3", - "version": "1.1.2", + "version": "1.1.3", "author": "LibreCode ", "private": false, "main": "dist/index.mjs", @@ -13,6 +13,7 @@ "import": "./dist/index.mjs", "default": "./dist/index.mjs" }, + "./dist/index.css": "./dist/index.css", "./src/components/PDFElements.vue": "./src/components/PDFElements.vue", "./src/utils/asyncReader": "./src/utils/asyncReader.ts" },