From b35c78f08dd854b08575fc66ebca323fdbc59dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 12 Apr 2021 12:06:05 -0400 Subject: [PATCH] docs: add README to helper-compilation-targets (#13131) --- .../README.md | 19 +++++++++++++++++++ .../package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 packages/babel-helper-compilation-targets/README.md diff --git a/packages/babel-helper-compilation-targets/README.md b/packages/babel-helper-compilation-targets/README.md new file mode 100644 index 0000000000..af386ab08b --- /dev/null +++ b/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 +``` diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index 22d132916e..eaef18d46f 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -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",