Skip to content

Commit

Permalink
Merge pull request #6601 from brianteeman/ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Oct 31, 2023
2 parents 1c5f41c + fb73979 commit 052418c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = function (grunt) {
},
{
expand: true,
cwd:'node_modules/ckeditor/',
cwd:'node_modules/ckeditor4/',
src: ['*.js','*.css','*.json','lang/**/*','adapters/**/*','plugins/**/*','skins/**/*'],
dest: 'src/skin/external/ckeditor/'
},
Expand Down
19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"bootstrap-toggle": "^2.2.2",
"bootstrap-validator": "^0.11.9",
"chart.js": "^2.9.4",
"ckeditor": "^4.12.1",
"ckeditor4": "4.22.1",
"daterangepicker": "^3.1.0",
"flag-icons": "^6.11.1",
"fullcalendar": "3.10.5",
Expand Down

0 comments on commit 052418c

Please sign in to comment.