From f2936cfaa644a4630b8da5baabd5a8c640fe8f1b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:34:55 -0400 Subject: [PATCH] Mention the pnpm-lock.yaml --- guides/release/addons-and-dependencies/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/release/addons-and-dependencies/index.md b/guides/release/addons-and-dependencies/index.md index 92a485b879..f47c65b1f5 100644 --- a/guides/release/addons-and-dependencies/index.md +++ b/guides/release/addons-and-dependencies/index.md @@ -15,7 +15,7 @@ is an addon that allows you to use SASS/SCSS in your applications. You can insta ember install ember-cli-sass ``` -This will modify your `package.json` (and `package-lock.json` or `yarn.lock`), typically bringing in other dependencies. Some addons will also add +This will modify your `package.json` (and `package-lock.json` or `yarn.lock` or `pnpm-lock.yaml`), typically bringing in other dependencies. Some addons will also add additional files to your projects when relevant. There are many addons that cover all kinds of use cases. For more detail, as well as examples of what addons can do,