@ckeditor/ckeditor5-source-editing 0.0.0-nightly-20230724.0 → 0.0.0-nightly-20230725.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -4,7 +4,6 @@ CKEditor 5 source editing feature
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-source-editing)
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
|
-

|
8
7
|
|
9
8
|
This package implements the source editing support for CKEditor 5 that allows you to view and edit the source of the document.
|
10
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-source-editing",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230725.1",
|
4
4
|
"description": "Source editing feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-theme-lark": "0.0.0-nightly-
|
16
|
-
"ckeditor5": "0.0.0-nightly-
|
15
|
+
"@ckeditor/ckeditor5-theme-lark": "0.0.0-nightly-20230725.1",
|
16
|
+
"ckeditor5": "0.0.0-nightly-20230725.1"
|
17
17
|
},
|
18
18
|
"engines": {
|
19
19
|
"node": ">=16.0.0",
|