Skip to content

Commit

Permalink
import fonts directly instead of requiring them
Browse files Browse the repository at this point in the history
  • Loading branch information
helgenlechner committed Apr 11, 2024
1 parent bb43de9 commit 2a6e8a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 258 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowledgeworker-embedded-asset-api-ui",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"author": "chemmedia AG",
"description": "A javascript library to support native Knowledgeworker Create UI elements in rich content packages.",
"keywords": [
Expand All @@ -23,13 +23,11 @@
"dist/**/*"
],
"scripts": {
"copy-fonts": "copyfiles -u 1 src/*.woff2 dist/",
"build": "tsc && vite build && pnpm copy-fonts",
"build": "tsc && vite build",
"prepare": "pnpm build"
},
"devDependencies": {
"@types/node": "^18.19.30",
"copyfiles": "^2.4.1",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1"
Expand Down
Loading

0 comments on commit 2a6e8a5

Please sign in to comment.