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-classes](https://babeljs.io/docs/en/nex
|
||||
Using npm:
|
||||
|
||||
```sh
|
||||
npm install --save @babel/plugin-transform-classes
|
||||
npm install --save-dev @babel/plugin-transform-classes
|
||||
```
|
||||
|
||||
or using yarn:
|
||||
|
||||
```sh
|
||||
yarn add --save @babel/plugin-transform-classes
|
||||
yarn add @babel/plugin-transform-classes --dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user