@ckeditor/ckeditor5-ckbox 44.0.0-alpha.8 → 44.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
@@ -17,7 +17,7 @@ npm install ckeditor5
|
|
17
17
|
|
18
18
|
## Create free account
|
19
19
|
|
20
|
-
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/
|
20
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
|
21
21
|
|
22
22
|
## Demo
|
23
23
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-ckbox",
|
3
|
-
"version": "44.0.0
|
3
|
+
"version": "44.0.0",
|
4
4
|
"description": "CKBox integration for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,12 +13,12 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-core": "44.0.0
|
17
|
-
"@ckeditor/ckeditor5-engine": "44.0.0
|
18
|
-
"@ckeditor/ckeditor5-ui": "44.0.0
|
19
|
-
"@ckeditor/ckeditor5-upload": "44.0.0
|
20
|
-
"@ckeditor/ckeditor5-utils": "44.0.0
|
21
|
-
"ckeditor5": "44.0.0
|
16
|
+
"@ckeditor/ckeditor5-core": "44.0.0",
|
17
|
+
"@ckeditor/ckeditor5-engine": "44.0.0",
|
18
|
+
"@ckeditor/ckeditor5-ui": "44.0.0",
|
19
|
+
"@ckeditor/ckeditor5-upload": "44.0.0",
|
20
|
+
"@ckeditor/ckeditor5-utils": "44.0.0",
|
21
|
+
"ckeditor5": "44.0.0",
|
22
22
|
"blurhash": "2.0.5",
|
23
23
|
"lodash-es": "4.17.21"
|
24
24
|
},
|