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 7c499f3..ba246fc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@ckeditor/ckeditor5-utils": "^0.9.1" }, "devDependencies": { - "@ckeditor/ckeditor5-dev-lint": "^3.0.0", + "@ckeditor/ckeditor5-dev-lint": "^3.1.0", "@ckeditor/ckeditor5-basic-styles": "^0.8.1", "@ckeditor/ckeditor5-enter": "^0.9.1", "@ckeditor/ckeditor5-heading": "^0.9.1",