Skip to content

Commit

Permalink
Revert "Add @ckeditor/ckeditor-cloudservices-core to dev dependencies."
Browse files Browse the repository at this point in the history
This reverts commit 50c2e1e.
  • Loading branch information
Comandeer authored and mlewand committed Dec 28, 2017
1 parent ea84d12 commit b314b68
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
{
{
"name": "ckeditor-dev",
"version": "4.8.0",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"@ckeditor/ckeditor-cloudservices-core": "^0.1.0",
"benderjs": "^0.4.2",
"benderjs-coverage": "^0.2.1",
"benderjs": "^0.4.2",
"benderjs-jquery": "^0.3.0",
"benderjs-sinon": "^0.3.1",
"benderjs-yui": "^0.3.2",
"benderjs-yui-beautified": "0.0.6",
"cksource-samples-framework": "^1.0.1",
"benderjs-yui-beautified": "0.0.6",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jscs": "^3.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-jsduck": "^1.0.1",
"grunt-githooks": "^0.6.0",
"less": "^2.5.0",
"shelljs": "^0.7.6"
"shelljs": "^0.7.6",
"cksource-samples-framework": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit b314b68

Please sign in to comment.