mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 21:47:31 +08:00
chore(nx): use shorter names for ckeditor packages
This commit is contained in:
parent
9f25162700
commit
10e5852a67
5 changed files with 15 additions and 0 deletions
|
@ -86,5 +86,8 @@
|
|||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"nx": {
|
||||
"name": "ckeditor5-admonition"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,5 +85,8 @@
|
|||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"nx": {
|
||||
"name": "ckeditor5-footnotes"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,5 +87,8 @@
|
|||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"nx": {
|
||||
"name": "ckeditor5-keyboard-marker"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -89,5 +89,8 @@
|
|||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"nx": {
|
||||
"name": "ckeditor5-math"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,5 +91,8 @@
|
|||
"dependencies": {
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"lodash-es": "^4.17.21"
|
||||
},
|
||||
"nx": {
|
||||
"name": "ckeditor5-mermaid"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue