react-ckeditor-wrapper
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "react-ckeditor-wrapper", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "CKEditor wrapper for react", | ||
@@ -16,6 +16,6 @@ "keywords": [ | ||
"main": "./lib/index", | ||
"homepage": "https://github.com/luigiinred/ckeditor-react", | ||
"homepage": "https://github.com/luigiinred/react-ckeditor-wrapper", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/luigiinred/ckeditor-react.git" | ||
"url": "https://github.com/luigiinred/react-ckeditor-wrapper.git" | ||
}, | ||
@@ -27,3 +27,3 @@ "maintainers": [ | ||
"bugs": { | ||
"url": "https://github.com/luigiinred/ckeditor-react/issues" | ||
"url": "https://github.com/luigiinred/react-ckeditor-wrapper/issues" | ||
}, | ||
@@ -30,0 +30,0 @@ "licenses": "MIT", |
@@ -10,2 +10,8 @@ # react-ckeditor-wrapper | ||
Add CKEditor to your index.html | ||
```html | ||
<script src="https://cdn.ckeditor.com/4.6.2/standard/ckeditor.js"></script> | ||
``` | ||
```js | ||
@@ -25,3 +31,3 @@ var CKEditor = require('react-ckeditor-wrapper'); | ||
} | ||
render() { | ||
@@ -95,2 +101,2 @@ return (<CKEditor value={this.state.content} onChange={this.updateContent.bind(this)} />) | ||
rc-input-number is released under the MIT license. | ||
react-ckeditor-wrapper is released under the MIT license. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7491
2
0
99