Skip to content

Commit

Permalink
fixed ckeditor package
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Nov 8, 2017
1 parent 59d5857 commit 22be3c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
"version": "0.12.55",
"version": "0.12.56",
"scripts": {
"start": "npm run build && live-server",
"prebuild": "webpack --env.buildType dev",
Expand Down
2 changes: 0 additions & 2 deletions src/ck-editor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import CKEDITOR from 'ckeditor';

function init(Survey) {
var widget = {
name: "editor",
Expand Down
6 changes: 0 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ module.exports = function(options) {
commonjs2: 'sortablejs',
commonjs: 'sortablejs',
amd: 'sortablejs'
},
'ckeditor': {
root: 'CKEDITOR',
commonjs2: 'ckeditor',
commonjs: 'ckeditor',
amd: 'ckeditor'
}
},
plugins: [
Expand Down

0 comments on commit 22be3c2

Please sign in to comment.