@ckeditor/ckeditor5-markdown-gfm
Advanced tools
Comparing version 15.0.0 to 16.0.0
Changelog | ||
========= | ||
## [16.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v15.0.0...v16.0.0) (2019-12-04) | ||
Internal changes only (updated dependencies, documentation, etc.). | ||
## [15.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.5...v15.0.0) (2019-10-23) | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-markdown-gfm", | ||
"version": "15.0.0", | ||
"version": "16.0.0", | ||
"description": "GitHub Flavored Markdown data processor for CKEditor 5.", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-engine": "^15.0.0" | ||
"@ckeditor/ckeditor5-engine": "^16.0.0" | ||
}, | ||
@@ -20,3 +20,5 @@ "devDependencies": { | ||
"husky": "^1.3.1", | ||
"lint-staged": "^7.0.0" | ||
"lint-staged": "^7.0.0", | ||
"stylelint": "^11.1.1", | ||
"stylelint-config-ckeditor5": "^1.0.0" | ||
}, | ||
@@ -41,3 +43,4 @@ "engines": { | ||
"scripts": { | ||
"lint": "eslint --quiet '**/*.js'" | ||
"lint": "eslint --quiet '**/*.js'", | ||
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'" | ||
}, | ||
@@ -47,2 +50,5 @@ "lint-staged": { | ||
"eslint --quiet" | ||
], | ||
"**/*.css": [ | ||
"stylelint --quiet --allow-empty-input" | ||
] | ||
@@ -49,0 +55,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
63896
6
+ Added@ckeditor/ckeditor5-engine@16.0.0(transitive)
+ Added@ckeditor/ckeditor5-utils@16.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@15.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@15.0.0(transitive)
- Removedckeditor5@15.0.0(transitive)