chore(nx): use shorter names for ckeditor packages

This commit is contained in:
Elian Doran 2025-05-05 15:01:32 +03:00
parent 9f25162700
commit 10e5852a67
No known key found for this signature in database
5 changed files with 15 additions and 0 deletions

View File

@ -86,5 +86,8 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"nx": {
"name": "ckeditor5-admonition"
}
}

View File

@ -85,5 +85,8 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"nx": {
"name": "ckeditor5-footnotes"
}
}

View File

@ -87,5 +87,8 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"nx": {
"name": "ckeditor5-keyboard-marker"
}
}

View File

@ -89,5 +89,8 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"nx": {
"name": "ckeditor5-math"
}
}

View File

@ -91,5 +91,8 @@
"dependencies": {
"@types/lodash-es": "4.17.12",
"lodash-es": "^4.17.21"
},
"nx": {
"name": "ckeditor5-mermaid"
}
}