From 1b2930663957e8254f9a157070ed89d2b8977202 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 8 Nov 2022 20:11:14 -0700 Subject: [PATCH] chore: remove minify-registry-metadata --- DEPENDENCIES.md | 2 -- package-lock.json | 1 - smoke-tests/package.json | 1 - 3 files changed, 4 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index e0ec307f0f403..1448db1b9fde5 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -217,7 +217,6 @@ graph LR; npmcli-run-script-->npmcli-node-gyp["@npmcli/node-gyp"]; npmcli-run-script-->npmcli-promise-spawn["@npmcli/promise-spawn"]; npmcli-run-script-->read-package-json-fast; - npmcli-smoke-tests-->minify-registry-metadata; npmcli-smoke-tests-->npmcli-eslint-config["@npmcli/eslint-config"]; npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"]; npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"]; @@ -685,7 +684,6 @@ graph LR; npmcli-smoke-tests-->http-proxy; npmcli-smoke-tests-->just-extend; npmcli-smoke-tests-->just-safe-set; - npmcli-smoke-tests-->minify-registry-metadata; npmcli-smoke-tests-->npmcli-eslint-config["@npmcli/eslint-config"]; npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"]; npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"]; diff --git a/package-lock.json b/package-lock.json index e26231ceb1b36..887cd75bdf65a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14972,7 +14972,6 @@ "http-proxy": "^1.18.1", "just-extend": "^6.1.1", "just-safe-set": "^4.1.1", - "minify-registry-metadata": "^2.2.0", "tap": "^16.0.1", "which": "^3.0.0" }, diff --git a/smoke-tests/package.json b/smoke-tests/package.json index 8bcc03467b5fa..5281e2e645af6 100644 --- a/smoke-tests/package.json +++ b/smoke-tests/package.json @@ -25,7 +25,6 @@ "http-proxy": "^1.18.1", "just-extend": "^6.1.1", "just-safe-set": "^4.1.1", - "minify-registry-metadata": "^2.2.0", "tap": "^16.0.1", "which": "^3.0.0" },