diff options
Diffstat (limited to 'node_modules/@babel/compat-data/README.md')
-rw-r--r-- | node_modules/@babel/compat-data/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/@babel/compat-data/README.md b/node_modules/@babel/compat-data/README.md new file mode 100644 index 0000000..9f3abde --- /dev/null +++ b/node_modules/@babel/compat-data/README.md @@ -0,0 +1,19 @@ +# @babel/compat-data + +> + +See our website [@babel/compat-data](https://babeljs.io/docs/en/babel-compat-data) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/compat-data +``` + +or using yarn: + +```sh +yarn add @babel/compat-data +``` |