mobiledoc-kit
Advanced tools
Comparing version 0.10.11-beta.1 to 0.10.11
@@ -36,2 +36,5 @@ 'use strict'; | ||
exports.Editor = _editorEditor['default']; | ||
exports.UI = UI; | ||
exports.Range = _utilsCursorRange['default']; | ||
exports.Position = _utilsCursorPosition['default']; | ||
exports['default'] = Mobiledoc; |
'use strict'; | ||
exports['default'] = '0.10.11-beta.1'; | ||
exports['default'] = '0.10.11'; |
{ | ||
"name": "mobiledoc-kit", | ||
"version": "0.10.11-beta.1", | ||
"version": "0.10.11", | ||
"description": "A toolkit for building WYSIWYG editors with Mobiledoc", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/bustlelabs/mobiledoc-kit", |
@@ -23,3 +23,3 @@ import Editor from './editor/editor'; | ||
export { Editor }; | ||
export { Editor, UI, Range, Position }; | ||
export default Mobiledoc; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3071392
44137