Skip to content

Commit

Permalink
Merge pull request #14 from kwinyyyc/release/v4.2.0
Browse files Browse the repository at this point in the history
fix: package naming issue
  • Loading branch information
kwinyyyc authored May 23, 2022
2 parents c52dcb2 + 696244b commit 62f135e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# strapi-plugin-wysiwsg-react-md-editor
# strapi-plugin-wysiwyg-react-md-editor

This is a [strapi](https://github.com/strapi/strapi) rich text editor plugin based on [react md editor](https://github.com/uiwjs/react-md-editor)

Expand All @@ -7,8 +7,8 @@ This is a [strapi](https://github.com/strapi/strapi) rich text editor plugin bas
## Get started
With yarn:

`yarn add strapi-plugin-wysiwsg-react-md-editor`
`yarn add strapi-plugin-wysiwyg-react-md-editor`

With npm:

`npm install strapi-plugin-wysiwsg-react-md-editor`
`npm install strapi-plugin-wysiwyg-react-md-editor`
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "strapi-plugin-wysiwsg-react-md-editor",
"name": "strapi-plugin-wysiwyg-react-md-editor",
"version": "4.2.0",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"strapi": {
"name": "wysiwsg-react-md-editor",
"name": "wysiwyg-react-md-editor",
"icon": "plug",
"displayName": "React MD Editor",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
Expand Down Expand Up @@ -41,12 +41,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwinyyyc/strapi-plugin-wysiwsg-react-md-editor.git"
"url": "git+https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor.git"
},
"bugs": {
"url": "https://github.com/kwinyyyc/strapi-plugin-wysiwsg-react-md-editor/issues"
"url": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor/issues"
},
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwsg-react-md-editor#readme",
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor#readme",
"peerDependencies": {
"@strapi/strapi": "^4.1.5"
}
Expand Down

0 comments on commit 62f135e

Please sign in to comment.