From 76edf15ad02a74e182dc482a4c5c49b1c6ed50ba Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 21 Aug 2018 19:06:15 +0100 Subject: [PATCH] build: Remove temporary 'minimatch' hack No longer needed. Was used to force grunt to use a newer dependency. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a6a7f55d..b58a2696 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^3.1.0", "grunt": "^1.0.3", - "minimatch": "^3.0.4", "grunt-banana-checker": "0.6.0", "grunt-eslint": "^21.0.0", "grunt-git-authors": "3.2.0",