Update READMEs for yarn (#8215) [skip ci]
Closes https://github.com/babel/babel/pull/8255
This commit is contained in:
committed by
Henry Zhu
parent
236bd9309c
commit
c6a4108e57
@@ -9,11 +9,11 @@ See our website [@babel/plugin-transform-computed-properties](https://babeljs.io
|
||||
Using npm:
|
||||
|
||||
```sh
|
||||
npm install --save @babel/plugin-transform-computed-properties
|
||||
npm install --save-dev @babel/plugin-transform-computed-properties
|
||||
```
|
||||
|
||||
or using yarn:
|
||||
|
||||
```sh
|
||||
yarn add --save @babel/plugin-transform-computed-properties
|
||||
yarn add @babel/plugin-transform-computed-properties --dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user