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",
"version": "0.0.4-hotfix8",
"version": "0.0.4-hotfix9",
"description": "A plugin for CKEditor 5 to allow footnotes.",
"keywords": [
"ckeditor",
@ -22,6 +22,7 @@
"files": [
"lang",
"src/**/*.js",
"src/**/*.css",
"src/**/*.d.ts",
"build",
"theme",