Skip to content

Commit 1bbe1fc

Browse files
Regenerate monorepo READMEs (#14006)
* Fix script to generate readmes * Regenerate READMEs
1 parent 4a33753 commit 1bbe1fc

40 files changed

Lines changed: 148 additions & 70 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# @babel/compat-data
2+
3+
>
4+
5+
See our website [@babel/compat-data](https://babeljs.io/docs/en/babel-compat-data) for more information.
6+
7+
## Install
8+
9+
Using npm:
10+
11+
```sh
12+
npm install --save @babel/compat-data
13+
```
14+
15+
or using yarn:
16+
17+
```sh
18+
yarn add @babel/compat-data
19+
```

packages/babel-helper-annotate-as-pure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-annotate-as-pure](https://babeljs.io/docs/en/babe
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-annotate-as-pure
12+
npm install --save @babel/helper-annotate-as-pure
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-annotate-as-pure --dev
18+
yarn add @babel/helper-annotate-as-pure
1919
```

packages/babel-helper-builder-binary-assignment-operator-visitor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-builder-binary-assignment-operator-visitor](https
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-builder-binary-assignment-operator-visitor
12+
npm install --save @babel/helper-builder-binary-assignment-operator-visitor
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-builder-binary-assignment-operator-visitor --dev
18+
yarn add @babel/helper-builder-binary-assignment-operator-visitor
1919
```

packages/babel-helper-builder-react-jsx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-builder-react-jsx](https://babeljs.io/docs/en/bab
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-builder-react-jsx
12+
npm install --save @babel/helper-builder-react-jsx
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-builder-react-jsx --dev
18+
yarn add @babel/helper-builder-react-jsx
1919
```

packages/babel-helper-compilation-targets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See our website [@babel/helper-compilation-targets](https://babeljs.io/docs/en/b
99
Using npm:
1010

1111
```sh
12-
npm install @babel/helper-compilation-targets
12+
npm install --save @babel/helper-compilation-targets
1313
```
1414

1515
or using yarn:

packages/babel-helper-create-class-features-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-create-class-features-plugin](https://babeljs.io/
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-create-class-features-plugin
12+
npm install --save @babel/helper-create-class-features-plugin
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-create-class-features-plugin --dev
18+
yarn add @babel/helper-create-class-features-plugin
1919
```

packages/babel-helper-create-regexp-features-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-create-regexp-features-plugin](https://babeljs.io
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-create-regexp-features-plugin
12+
npm install --save @babel/helper-create-regexp-features-plugin
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-create-regexp-features-plugin --dev
18+
yarn add @babel/helper-create-regexp-features-plugin
1919
```

packages/babel-helper-define-map/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-define-map](https://babeljs.io/docs/en/babel-help
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-define-map
12+
npm install --save @babel/helper-define-map
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-define-map --dev
18+
yarn add @babel/helper-define-map
1919
```

packages/babel-helper-explode-assignable-expression/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-explode-assignable-expression](https://babeljs.io
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-explode-assignable-expression
12+
npm install --save @babel/helper-explode-assignable-expression
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-explode-assignable-expression --dev
18+
yarn add @babel/helper-explode-assignable-expression
1919
```

packages/babel-helper-fixtures/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/babel-helper
99
Using npm:
1010

1111
```sh
12-
npm install --save-dev @babel/helper-fixtures
12+
npm install --save @babel/helper-fixtures
1313
```
1414

1515
or using yarn:
1616

1717
```sh
18-
yarn add @babel/helper-fixtures --dev
18+
yarn add @babel/helper-fixtures
1919
```

0 commit comments

Comments
 (0)