From 6dcdfa472966cb6a3c68a1ace769a49ee435684a Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Wed, 8 May 2024 03:56:14 -1000 Subject: [PATCH 1/2] chore: fix README typo, improve PackageJSON description 'noticed a typo, reworded description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f9ea5c..989e951 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Response type for the `https://registry.npmjs.org/:packageName` endpoint, _when Response type for the `https://registry.npmjs.org/:packageName/:packageVersion` endpoint, _when made with the 'Accept: application/vnd.npm.install-v1+json' header_. Also the type of `Manifest['versions']` entries. ### PackageJSON -A "loose" definition of the "package.json" file type. +A "loose" definition of package.json structures. > [!NOTE] -> This is not an authoritative definition of package.json structures. It is merely a best-effort attempt to define the fields that may appear in `PackumentVersion` structures, are copied from a module's package.json file. +> This is not an authoritative definition of package.json structures. Rather, it is a best-effort attempt to describe the fields that are de-facto standards for Node, NPM, and TypeScript development. From a3ea059ffa595570d970d2e031216587cd363888 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Wed, 8 May 2024 07:00:22 -1000 Subject: [PATCH 2/2] Update README.md Co-authored-by: Steven --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989e951..2116010 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ Response type for the `https://registry.npmjs.org/:packageName/:packageVersion` A "loose" definition of package.json structures. > [!NOTE] -> This is not an authoritative definition of package.json structures. Rather, it is a best-effort attempt to describe the fields that are de-facto standards for Node, NPM, and TypeScript development. +> This is not an authoritative definition of package.json structures. Rather, it is a best-effort attempt to describe the fields that are de-facto standards for Node.js, npm, and TypeScript development.