8
0
Эх сурвалжийг харах

Merge branch 'master' into t/29

Aleksander Nowodzinski 9 жил өмнө
parent
commit
6361f42330

+ 2 - 2
packages/ckeditor5-editor-classic/package.json

@@ -1,13 +1,13 @@
 {
   "name": "ckeditor5-editor-classic",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "description": "Classic Editor for CKEditor 5.",
   "keywords": [],
   "dependencies": {},
   "devDependencies": {
     "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
     "gulp": "^3.9.0",
-    "guppy-pre-commit": "^0.3.0"
+    "guppy-pre-commit": "^0.4.0"
   },
   "engines": {
     "node": ">=6.0.0",

+ 1 - 1
packages/ckeditor5-editor-classic/tests/manual/classic.js

@@ -12,7 +12,7 @@ let editor, editable, observer;
 
 function initEditor() {
 	ClassicEditor.create( document.querySelector( '#editor' ), {
-		features: [ 'enter', 'typing', 'paragraph', 'undo', 'headings', 'basic-styles/bold', 'basic-styles/italic' ],
+		features: [ 'enter', 'typing', 'paragraph', 'undo', 'heading', 'basic-styles/bold', 'basic-styles/italic' ],
 		toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
 	} )
 	.then( newEditor => {