From 21e624249838ec253ba7663deb1f59a192cb2fde Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Mon, 11 Feb 2019 20:16:23 +0100 Subject: [PATCH] Removed unused greenkeeper config (#10479) refs #9441 --- package.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/package.json b/package.json index f16cae8890..92fb3b9b47 100644 --- a/package.json +++ b/package.json @@ -147,29 +147,5 @@ "sinon": "7.2.3", "supertest": "3.4.1", "tmp": "0.0.33" - }, - "greenkeeper": { - "ignore": [ - "glob", - "nodemailer", - "grunt", - "grunt-bg-shell", - "grunt-cli", - "grunt-contrib-clean", - "grunt-contrib-compress", - "grunt-contrib-copy", - "grunt-contrib-jshint", - "grunt-contrib-uglify", - "grunt-contrib-watch", - "grunt-docker", - "grunt-express-server", - "grunt-jscs", - "grunt-mocha-cli", - "grunt-mocha-istanbul", - "grunt-shell", - "grunt-subgrunt", - "grunt-update-submodules", - "sinon" - ] } }