add image to export adn fix gloabal for filemaker api
Some checks failed
CI / test-and-build (push) Has been cancelled
Some checks failed
CI / test-and-build (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user