@ckeditor/ckeditor5-indent
Advanced tools
Comparing version 10.0.0 to 10.0.1
Changelog | ||
========= | ||
## [10.0.1](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.0...v10.0.1) (2019-07-10) | ||
Internal changes only (updated dependencies, documentation, etc.). | ||
## [10.0.0](https://github.com/ckeditor/ckeditor5-indent/tree/v10.0.0) (2019-07-04) | ||
Initial implementation of the block indentation feature. |
{ | ||
"name": "@ckeditor/ckeditor5-indent", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Block indentation feature for CKEditor 5.", | ||
@@ -13,13 +13,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^12.2.0", | ||
"@ckeditor/ckeditor5-utils": "^13.0.0" | ||
"@ckeditor/ckeditor5-core": "^12.2.1", | ||
"@ckeditor/ckeditor5-utils": "^13.0.1" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-editor-classic": "^12.1.2", | ||
"@ckeditor/ckeditor5-engine": "^13.2.0", | ||
"@ckeditor/ckeditor5-heading": "^11.0.3", | ||
"@ckeditor/ckeditor5-paragraph": "^11.0.3", | ||
"@ckeditor/ckeditor5-ui": "^13.0.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^12.1.3", | ||
"@ckeditor/ckeditor5-engine": "^13.2.1", | ||
"@ckeditor/ckeditor5-heading": "^11.0.4", | ||
"@ckeditor/ckeditor5-paragraph": "^11.0.4", | ||
"@ckeditor/ckeditor5-ui": "^13.0.2", | ||
"eslint": "^5.15.3", | ||
"eslint-config-ckeditor5": "^1.0.11", | ||
"eslint-config-ckeditor5": "^2.0.0", | ||
"husky": "^1.3.1", | ||
@@ -26,0 +26,0 @@ "lint-staged": "^7.0.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
42053