Skip to content

Commit

Permalink
docs: add README to helper-compilation-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Apr 9, 2021
1 parent 672a586 commit 6c25403
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/babel-helper-compilation-targets/README.md
@@ -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
```
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "7.13.13",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
"description": "Helper functions on Babel compilation targets",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
Expand Down

0 comments on commit 6c25403

Please sign in to comment.