Skip to content

Commit c5a86ab

Browse files
arayaarayaryoma
andauthored
Fix package manager info (#1489)
This project uses pnpm for package management since 0d47b91 Co-authored-by: araya <araya@araya.dev>
1 parent 3e0ef96 commit c5a86ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Before you begin contributing make sure you have a [GitHub account].
3737
* Clone a copy of it to your computer:
3838
`git clone https://github.com/USERNAME/autoprefixer` (replace `USERNAME`
3939
to your GitHub name).
40-
* Ensure that you have the [Yarn](https://yarnpkg.com/) package manager
40+
* Ensure that you have the [pnpm](https://pnpm.io/) package manager
4141
installed.
42-
* Run `yarn install` this will install all dependencies needed to run tests.
42+
* Run `pnpm install` this will install all dependencies needed to run tests.
4343

4444
[GitHub account]: https://github.com/signup/free
4545

@@ -97,6 +97,6 @@ on [Can I use](https://caniuse.com/).
9797
If you need different browsers, change `prefixer()` function in the top
9898
of test file.
9999

100-
8. Run `yarn test`.
100+
8. Run `pnpm test`.
101101
9. Push the branch to GitHub.
102102
10. Open your fork on GitHub an send pull request.

0 commit comments

Comments
 (0)