From 652c87505bf223ac75a964a69ccaeea46d532606 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 31 Aug 2022 15:39:33 -0400 Subject: [PATCH] Implement RFC 0050: Rename Buildpack Renames 'Paketo NPM Start Buildpack' to 'Paketo Buildpack for NPM Start'. Implements RFC 0050, https://github.com/paketo-buildpacks/rfcs/issues/233, for this buildpack. Signed-off-by: Daniel Mikusa --- README.md | 2 +- buildpack.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb201fb..9cde6e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Paketo NPM Start Cloud Native Buildpack +# Paketo Buildpack for NPM Start Cloud Native ## `gcr.io/paketo-buildpacks/npm-start` diff --git a/buildpack.toml b/buildpack.toml index 3ffa726..e50668e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -3,7 +3,7 @@ api = "0.7" [buildpack] homepage = "https://github.com/paketo-buildpacks/npm-start" id = "paketo-buildpacks/npm-start" - name = "Paketo NPM Start Buildpack" + name = "Paketo Buildpack for NPM Start" [[buildpack.licenses]] type = "Apache-2.0"