Skip to content

Commit

Permalink
fix: fix an typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Oct 7, 2022
1 parent 6104f4d commit 3ba5f9e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 41 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

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

1 change: 0 additions & 1 deletion packages/strapi-dashboard/config/plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
ckeditor5: {
enabled: true,
// resolve: "@rameless/strapi-plugin-ckeditor5",
},
slugify: {
enabled: true,
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rameless/strapi-dashboard",
"name": "@frameless/strapi-dashboard",
"private": false,
"version": "0.1.0",
"description": "A Strapi application",
Expand All @@ -12,7 +12,7 @@
"lint:fix": "eslint --ext .js src --fix"
},
"dependencies": {
"@rameless/strapi-plugin-ckeditor5": "file:../strapi-plugin-ckeditor5",
"@frameless/strapi-plugin-ckeditor5": "file:../strapi-plugin-ckeditor5",
"@strapi/plugin-graphql": "4.4.1",
"@strapi/plugin-i18n": "4.4.1",
"@strapi/plugin-users-permissions": "4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-ckeditor5/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rameless/strapi-plugin-ckeditor5",
"name": "@frameless/strapi-plugin-ckeditor5",
"version": "0.0.0-semantically-released",
"description": "Replaces the default Strapi WYSIWYG editor with a customized buil of CKEditor 5 packed with useful plugins.",
"private": false,
Expand Down

0 comments on commit 3ba5f9e

Please sign in to comment.