From e4b6479644e9f34eb661561b68ddc06f5ed5f51b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 16 Oct 2022 19:16:59 +0200 Subject: [PATCH] Remove pointless script to run npm-check MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 10809b96..4b07f09b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,6 @@ "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", "clinic:clean": "clinic clean", - "npm-check": "npx npm-check", "robohydra": "robohydra test/robohydra/config.json", "git:sinit": "git submodule update --init --recursive --force", "git:sdiff": "git diff && git submodule foreach 'git diff'", -- 2.34.1