Skip to content

Commit cf1a3f8

Browse files
committed
Revert "Update npm install instructions to use --legacy-peer-deps"
This reverts commit 3b6de1b.
1 parent 2288cc8 commit cf1a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To contribute to `webpack-bundle-analyzer`, fork the repository and clone it to
77
Next, install this package's dependencies:
88

99
```sh
10-
npm install --legacy-peer-deps
10+
npm i
1111
```
1212

1313
## Develop with your own project

0 commit comments

Comments
 (0)