From: Jérôme Benoit Date: Sun, 16 Oct 2022 17:16:59 +0000 (+0200) Subject: Remove pointless script to run npm-check X-Git-Tag: v1.1.84~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e4b6479644e9f34eb661561b68ddc06f5ed5f51b;p=e-mobility-charging-stations-simulator.git Remove pointless script to run npm-check Signed-off-by: Jérôme Benoit --- 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'",