From cd660d6cb04a4ef6e2dbd7b65300faf3e1d1293a Mon Sep 17 00:00:00 2001 From: darcyclarke Date: Thu, 23 Jul 2020 10:39:24 -0400 Subject: [PATCH] chore: add deprecation notice --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01f0633..0d7a6ea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Note: pending imminent deprecation + +**This module will be deprecated once npm v7 is released. Please do not rely +on it more than absolutely necessary (ie, only if you are depending on +it for use with npm v6 internal dependencies).** + +---- + # lock-verify Report if your package.json is out of sync with your package-lock.json.