Skip to content

Commit f2936cf

Browse files
NullVoxPopulijenweber
authored andcommitted
Mention the pnpm-lock.yaml
1 parent ca7376c commit f2936cf

File tree

1 file changed

+1
-1
lines changed
  • guides/release/addons-and-dependencies

1 file changed

+1
-1
lines changed

guides/release/addons-and-dependencies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ is an addon that allows you to use SASS/SCSS in your applications. You can insta
1515
ember install ember-cli-sass
1616
```
1717

18-
This will modify your `package.json` (and `package-lock.json` or `yarn.lock`), typically bringing in other dependencies. Some addons will also add
18+
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
1919
additional files to your projects when relevant.
2020

2121
There are many addons that cover all kinds of use cases. For more detail, as well as examples of what addons can do,

0 commit comments

Comments
 (0)