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 7ed32eb..708907e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ckeditor/ckeditor5-undo": "^0.8.1" }, "devDependencies": { - "@ckeditor/ckeditor5-dev-lint": "^3.0.0", + "@ckeditor/ckeditor5-dev-lint": "^3.1.0", "@ckeditor/ckeditor5-utils": "^0.9.1", "eslint-config-ckeditor5": "^1.0.0", "gulp": "^3.9.1",