From 8fed6bb16e0e385895023a4779b511c20a714306 Mon Sep 17 00:00:00 2001 From: darkobits Date: Wed, 16 Dec 2020 02:34:41 -0800 Subject: [PATCH] docs: Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9d4f6..31c20e7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - +

This package aims to make containerizing a Node project as straightforward as using `npm publish`. It leverages `npm pack` (used internally by `npm publish`) to determine which files are production-relevant and existing standards for determining a project's entrypoint, namely the `"main"` and `"bin"` `package.json` fields.