docs: add README to helper-compilation-targets (#13131)

This commit is contained in:
Huáng Jùnliàng 2021-04-12 12:06:05 -04:00 committed by GitHub
parent 30f93b36a2
commit b35c78f08d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View 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
```

View File

@ -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",