Skip to content

Commit

Permalink
Merge pull request #1944 from NullVoxPopuli/pnpm-docs
Browse files Browse the repository at this point in the history
Mention the pnpm-lock.yaml
  • Loading branch information
locks committed Aug 21, 2023
2 parents ca7376c + f2936cf commit 3395d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/addons-and-dependencies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3395d89

Please sign in to comment.