浏览代码

Internal: The ckeditor5-presets became ckeditor5-essentials. See ckeditor/ckeditor5-essentials#1.

Piotrek Koszuliński 8 年之前
父节点
当前提交
6e66d587ee

+ 1 - 1
packages/ckeditor5-build-inline/build-config.js

@@ -14,7 +14,7 @@ module.exports = {
 
 	// Plugins to include in the build.
 	plugins: [
-		'@ckeditor/ckeditor5-presets/src/essentials',
+		'@ckeditor/ckeditor5-essentials/src/essentials',
 
 		'@ckeditor/ckeditor5-autoformat/src/autoformat',
 		'@ckeditor/ckeditor5-basic-styles/src/bold',

+ 1 - 1
packages/ckeditor5-build-inline/ckeditor.js

@@ -4,7 +4,7 @@
  */
 
 import InlineEditorBase from '@ckeditor/ckeditor5-editor-inline/src/inlineeditor';
-import EssentialsPlugin from '@ckeditor/ckeditor5-presets/src/essentials';
+import EssentialsPlugin from '@ckeditor/ckeditor5-essentials/src/essentials';
 import AutoformatPlugin from '@ckeditor/ckeditor5-autoformat/src/autoformat';
 import BoldPlugin from '@ckeditor/ckeditor5-basic-styles/src/bold';
 import ItalicPlugin from '@ckeditor/ckeditor5-basic-styles/src/italic';

+ 1 - 1
packages/ckeditor5-build-inline/package.json

@@ -11,7 +11,7 @@
   "main": "./build/ckeditor.js",
   "dependencies": {
     "@ckeditor/ckeditor5-editor-inline": "^0.2.0",
-    "@ckeditor/ckeditor5-presets": "^0.3.0",
+    "@ckeditor/ckeditor5-essentials": "^0.3.0",
     "@ckeditor/ckeditor5-autoformat": "^0.6.0",
     "@ckeditor/ckeditor5-basic-styles": "^0.9.0",
     "@ckeditor/ckeditor5-block-quote": "^0.2.0",