Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Other: Updated the path to the ClassicEditor class (see https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jun 14, 2017
1 parent 34704a6 commit 66388bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'use strict';

module.exports = {
editor: '@ckeditor/ckeditor5-editor-classic/src/classic',
editor: '@ckeditor/ckeditor5-editor-classic/src/classiceditor',
moduleName: 'ClassicEditor',
plugins: [
'@ckeditor/ckeditor5-presets/src/essentials',
Expand Down
2 changes: 1 addition & 1 deletion ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/

import ClassicEditorBase from '@ckeditor/ckeditor5-editor-classic/src/classic';
import ClassicEditorBase from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import EssentialsPlugin from '@ckeditor/ckeditor5-presets/src/essentials';
import AutoformatPlugin from '@ckeditor/ckeditor5-autoformat/src/autoformat';
import BoldPlugin from '@ckeditor/ckeditor5-basic-styles/src/bold';
Expand Down
2 changes: 1 addition & 1 deletion tests/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* globals document */

import { ClassicEditor } from '../ckeditor';
import BaseClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
import BaseClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';

describe( 'ClassicEditor', () => {
let editor, editorElement;
Expand Down

0 comments on commit 66388bc

Please sign in to comment.