From 7c74b84f4888b6a396f2cfde03569eb720118501 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Sat, 4 May 2024 15:37:44 -0700 Subject: [PATCH] docs: update readme (#225) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e047313..b5b4bc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # read-package-json +> [!NOTE] +> This repo has been archived. Please use [npm/package-json](https://github.com/package-json) instead. + This is the thing that npm uses to read package.json files. It validates some stuff, and loads some default things.