Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 271a749

Browse files
committed
fix(build): missing CSS from end package
1 parent 0dee713 commit 271a749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/ckeditor5-footnotes",
3-
"version": "0.0.4-hotfix8",
3+
"version": "0.0.4-hotfix9",
44
"description": "A plugin for CKEditor 5 to allow footnotes.",
55
"keywords": [
66
"ckeditor",
@@ -22,6 +22,7 @@
2222
"files": [
2323
"lang",
2424
"src/**/*.js",
25+
"src/**/*.css",
2526
"src/**/*.d.ts",
2627
"build",
2728
"theme",

0 commit comments

Comments
 (0)