Regenerate monorepo READMEs (#14006)

* Fix script to generate readmes

* Regenerate READMEs
This commit is contained in:
Nicolò Ribaudo
2021-11-29 16:03:23 +01:00
committed by GitHub
parent 4a337538f9
commit 1bbe1fc3cb
40 changed files with 148 additions and 70 deletions

View File

@@ -0,0 +1,19 @@
# @babel/compat-data
>
See our website [@babel/compat-data](https://babeljs.io/docs/en/babel-compat-data) for more information.
## Install
Using npm:
```sh
npm install --save @babel/compat-data
```
or using yarn:
```sh
yarn add @babel/compat-data
```