@ckeditor/ckeditor5-word-count 42.0.1-alpha.3 → 42.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-word-count",
|
3
|
-
"version": "42.0.1
|
3
|
+
"version": "42.0.1",
|
4
4
|
"description": "Word and character count feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
16
|
"lodash-es": "4.17.21",
|
17
|
-
"ckeditor5": "42.0.1
|
17
|
+
"ckeditor5": "42.0.1"
|
18
18
|
},
|
19
19
|
"author": "CKSource (http://cksource.com/)",
|
20
20
|
"license": "GPL-2.0-or-later",
|