@ckeditor/ckeditor5-remove-format 38.0.0 → 38.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-remove-format",
3
- "version": "38.0.0",
3
+ "version": "38.1.0",
4
4
  "description": "Remove format feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,27 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^38.0.0"
16
- },
17
- "devDependencies": {
18
- "@ckeditor/ckeditor5-basic-styles": "^38.0.0",
19
- "@ckeditor/ckeditor5-clipboard": "^38.0.0",
20
- "@ckeditor/ckeditor5-core": "^38.0.0",
21
- "@ckeditor/ckeditor5-dev-utils": "^37.0.0",
22
- "@ckeditor/ckeditor5-editor-classic": "^38.0.0",
23
- "@ckeditor/ckeditor5-engine": "^38.0.0",
24
- "@ckeditor/ckeditor5-enter": "^38.0.0",
25
- "@ckeditor/ckeditor5-heading": "^38.0.0",
26
- "@ckeditor/ckeditor5-image": "^38.0.0",
27
- "@ckeditor/ckeditor5-link": "^38.0.0",
28
- "@ckeditor/ckeditor5-paragraph": "^38.0.0",
29
- "@ckeditor/ckeditor5-theme-lark": "^38.0.0",
30
- "@ckeditor/ckeditor5-typing": "^38.0.0",
31
- "@ckeditor/ckeditor5-undo": "^38.0.0",
32
- "@ckeditor/ckeditor5-utils": "^38.0.0",
33
- "typescript": "^4.8.4",
34
- "webpack": "^5.58.1",
35
- "webpack-cli": "^4.9.0"
15
+ "ckeditor5": "38.1.0"
36
16
  },
37
17
  "engines": {
38
18
  "node": ">=16.0.0",
@@ -56,10 +36,5 @@
56
36
  "ckeditor5-metadata.json",
57
37
  "CHANGELOG.md"
58
38
  ],
59
- "scripts": {
60
- "dll:build": "webpack",
61
- "build": "tsc -p ./tsconfig.json",
62
- "postversion": "npm run build"
63
- },
64
39
  "types": "src/index.d.ts"
65
40
  }
@@ -24,5 +24,5 @@ export default class RemoveFormat extends Plugin {
24
24
  /**
25
25
  * @inheritDoc
26
26
  */
27
- static get pluginName(): 'RemoveFormat';
27
+ static get pluginName(): "RemoveFormat";
28
28
  }
@@ -15,7 +15,7 @@ export default class RemoveFormatEditing extends Plugin {
15
15
  /**
16
16
  * @inheritDoc
17
17
  */
18
- static get pluginName(): 'RemoveFormatEditing';
18
+ static get pluginName(): "RemoveFormatEditing";
19
19
  /**
20
20
  * @inheritDoc
21
21
  */
@@ -14,7 +14,7 @@ export default class RemoveFormatUI extends Plugin {
14
14
  /**
15
15
  * @inheritDoc
16
16
  */
17
- static get pluginName(): 'RemoveFormatUI';
17
+ static get pluginName(): "RemoveFormatUI";
18
18
  /**
19
19
  * @inheritDoc
20
20
  */