You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/release/addons-and-dependencies/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ is an addon that allows you to use SASS/SCSS in your applications. You can insta
15
15
ember install ember-cli-sass
16
16
```
17
17
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
19
19
additional files to your projects when relevant.
20
20
21
21
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