react-ckeditor-component
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -13,2 +13,6 @@ "use strict"; | ||
var _propTypes = require("prop-types"); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _reactDom = require("react-dom"); | ||
@@ -110,10 +114,10 @@ | ||
CKEditor.propTypes = { | ||
content: _react2.default.PropTypes.any, | ||
config: _react2.default.PropTypes.object, | ||
onChange: _react2.default.PropTypes.func, | ||
isScriptLoaded: _react2.default.PropTypes.bool, | ||
scriptUrl: _react2.default.PropTypes.string, | ||
activeClass: _react2.default.PropTypes.string | ||
content: _propTypes2.default.any, | ||
config: _propTypes2.default.object, | ||
onChange: _propTypes2.default.func, | ||
isScriptLoaded: _propTypes2.default.bool, | ||
scriptUrl: _propTypes2.default.string, | ||
activeClass: _propTypes2.default.string | ||
}; | ||
exports.default = CKEditor; |
{ | ||
"name": "react-ckeditor-component", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "CKEditor component for React", | ||
@@ -44,2 +44,3 @@ "keywords": [ | ||
"babel-preset-es2015": "^6.9.0", | ||
"prop-types": "^15.5.4", | ||
"rimraf": "^2.5.4" | ||
@@ -46,0 +47,0 @@ }, |
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
9430
91
10