We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d321306 commit 2785c13Copy full SHA for 2785c13
README.md
@@ -5,7 +5,7 @@ Embed a local image in your draft-js editor
5
6
## Installation
7
```
8
-npm install draft-js-select-image-plugin
+npm install @jimmycode/draft-js-select-image-plugin
9
10
11
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "draft-js-select-image-plugin",
3
- "version": "0.5.1",
+ "name": "@jimmycode/draft-js-select-image-plugin",
+ "version": "0.5.2",
4
"description": "Embed a local image in your draft-js editor",
"keywords": [
"draft-js",
0 commit comments