feat: update package.json of ckeditor5
This commit is contained in:
parent
5aa96dd7d8
commit
0da7b7308f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue