From 39e99859fe2fd33fb59c4a75318389b477c1a443 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Wed, 21 Sep 2022 13:07:17 +0700 Subject: [PATCH] chore: remove unused entry (#1766) --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index e2af1fc33..7fd104613 100644 --- a/package.json +++ b/package.json @@ -84,12 +84,6 @@ "test:14": "node test/test.js node14 no-npm", "test:host": "node test/test.js host only-npm" }, - "greenkeeper": { - "emails": false, - "ignore": [ - "pkg-fetch" - ] - }, "simple-git-hooks": { "pre-commit": "npx lint-staged" },