From aea09ff1dab18d7728aec6b9ba9c37534acf5cf8 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 5 Jun 2017 09:51:26 +0200 Subject: [PATCH 1/2] Use a more standard directory/ notation in .gitignore. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/ From c727272b7d6fb49caab5ca40941023c001db07d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 15 Jun 2017 14:40:51 +0200 Subject: [PATCH 2/2] Bumped up dev-lint. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0653ac..eb5cf61 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@ckeditor/ckeditor5-basic-styles": "^0.8.1", - "@ckeditor/ckeditor5-dev-lint": "^3.0.0", + "@ckeditor/ckeditor5-dev-lint": "^3.1.0", "@ckeditor/ckeditor5-block-quote": "^0.1.1", "@ckeditor/ckeditor5-editor-classic": "^0.7.3", "@ckeditor/ckeditor5-enter": "^0.9.1",