From 22d7f6a735d8bf8d7a506a68d4c448b836bdcace Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 5 Jun 2017 09:51:44 +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 b290d182ff13daa88baa10edcaf2f6de13f74d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 15 Jun 2017 14:41:14 +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 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",