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