mobiledoc-kit
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -72,3 +72,3 @@ 'use strict'; | ||
_utilsLogger['default'].enableTypes(['mutation-handler', 'event-manager', 'editor', 'parse-utils']); | ||
_utilsLogger['default'].enable(); | ||
_utilsLogger['default'].disable(); | ||
@@ -75,0 +75,0 @@ var EDITOR_ELEMENT_CLASS_NAME = '__mobiledoc-editor'; |
'use strict'; | ||
exports['default'] = '0.9.2'; | ||
exports['default'] = '0.9.3'; |
{ | ||
"name": "mobiledoc-kit", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "A toolkit for building WYSIWYG editors with Mobiledoc", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/bustlelabs/mobiledoc-kit", |
@@ -46,3 +46,3 @@ import Tooltip from '../views/tooltip'; | ||
]); | ||
Logger.enable(); | ||
Logger.disable(); | ||
@@ -49,0 +49,0 @@ export const EDITOR_ELEMENT_CLASS_NAME = '__mobiledoc-editor'; |
@@ -1,1 +0,1 @@ | ||
export default '0.9.2'; | ||
export default '0.9.3'; |
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
2877913