add image to export adn fix gloabal for filemaker api
Some checks failed
CI / test-and-build (push) Has been cancelled

This commit is contained in:
2026-03-24 11:10:36 +01:00
parent c3bc34f36c
commit a06cc64589
5 changed files with 20 additions and 86 deletions

View File

@@ -6,7 +6,8 @@
"dist",
"font.css",
"theme.css",
"fonts"
"fonts",
"assets"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -18,7 +19,8 @@
"require": "./dist/index.cjs"
},
"./style.css": "./dist/index.css",
"./theme.css": "./theme.css"
"./theme.css": "./theme.css",
"./assets/*": "./assets/*"
},
"peerDependencies": {
"vue": "^3.0.0"