From 6c254035cbe92e2bdce191e970758c7514bf305e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 9 Apr 2021 11:55:05 -0400 Subject: [PATCH] docs: add README to helper-compilation-targets --- .../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 000000000000..af386ab08b49 --- /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 22d132916eec..eaef18d46f73 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",