docs: add README to helper-compilation-targets (#13131)
This commit is contained in:
parent
30f93b36a2
commit
b35c78f08d
19
packages/babel-helper-compilation-targets/README.md
Normal file
19
packages/babel-helper-compilation-targets/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# @babel/helper-compilation-targets
|
||||||
|
|
||||||
|
> Helper functions on Babel compilation targets
|
||||||
|
|
||||||
|
See our website [@babel/helper-compilation-targets](https://babeljs.io/docs/en/babel-helper-compilation-targets) for more information.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
Using npm:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm install @babel/helper-compilation-targets
|
||||||
|
```
|
||||||
|
|
||||||
|
or using yarn:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yarn add @babel/helper-compilation-targets
|
||||||
|
```
|
||||||
@ -3,7 +3,7 @@
|
|||||||
"version": "7.13.13",
|
"version": "7.13.13",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Engine compat data used in @babel/preset-env",
|
"description": "Helper functions on Babel compilation targets",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/babel/babel.git",
|
"url": "https://github.com/babel/babel.git",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user