fix(build): missing CSS from end package

This commit is contained in:
Elian Doran 2025-01-06 20:09:31 +02:00
parent 0dee713cb5
commit 271a7494f8
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{ {
"name": "@triliumnext/ckeditor5-footnotes", "name": "@triliumnext/ckeditor5-footnotes",
"version": "0.0.4-hotfix8", "version": "0.0.4-hotfix9",
"description": "A plugin for CKEditor 5 to allow footnotes.", "description": "A plugin for CKEditor 5 to allow footnotes.",
"keywords": [ "keywords": [
"ckeditor", "ckeditor",
@ -22,6 +22,7 @@
"files": [ "files": [
"lang", "lang",
"src/**/*.js", "src/**/*.js",
"src/**/*.css",
"src/**/*.d.ts", "src/**/*.d.ts",
"build", "build",
"theme", "theme",