mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 06:31:35 +08:00
fix(deps): add missing files
This commit is contained in:
parent
005cd42ce4
commit
87a13f404a
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@triliumnext/ckeditor5-footnotes",
|
"name": "@triliumnext/ckeditor5-footnotes",
|
||||||
"version": "0.0.4-hotfix5",
|
"version": "0.0.4-hotfix6",
|
||||||
"description": "A plugin for CKEditor 5 to allow footnotes.",
|
"description": "A plugin for CKEditor 5 to allow footnotes.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ckeditor",
|
"ckeditor",
|
||||||
@ -29,8 +29,13 @@
|
|||||||
"npm": ">=5.7.1"
|
"npm": ">=5.7.1"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"lang",
|
||||||
"ckeditor5-metadata.json"
|
"src/**/*.js",
|
||||||
|
"src/**/*.d.ts",
|
||||||
|
"build",
|
||||||
|
"theme",
|
||||||
|
"ckeditor5-metadata.json",
|
||||||
|
"CHANGELOG.md"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ckeditor5": "43.2.0"
|
"ckeditor5": "43.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user