diff --git a/.gitignore b/.gitignore index 35a8f21..1ec5cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ # These files will be ignored by Git and by our linting tools: # gulp lint # gulp lint-staged -# -# Be sure to append /** to folders to have everything inside them ignored. -node_modules/** +node_modules/ diff --git a/package.json b/package.json index cc7ac72..79d6b31 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@ckeditor/ckeditor5-theme-lark": "^0.8.0" }, "devDependencies": { - "@ckeditor/ckeditor5-dev-lint": "^3.0.0", + "@ckeditor/ckeditor5-dev-lint": "^3.1.0", "@ckeditor/ckeditor5-enter": "^0.9.1", "@ckeditor/ckeditor5-editor-classic": "^0.7.3", "@ckeditor/ckeditor5-image": "^0.6.0",