feat: update package.json of ckeditor5

This commit is contained in:
hanif salafi 2025-01-05 00:50:00 +07:00
parent 5aa96dd7d8
commit 0da7b7308f
3 changed files with 2 additions and 11 deletions

View File

@ -2,11 +2,7 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then

View File

@ -2,11 +2,7 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then

View File

@ -8,7 +8,6 @@
"main": "./build/ckeditor.js",
"types": "./build/ckeditor.d.ts",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "41.3.1",
"@ckeditor/ckeditor5-autoformat": "41.3.1",
"@ckeditor/ckeditor5-basic-styles": "41.3.1",
"@ckeditor/ckeditor5-block-quote": "41.3.1",