Scoped: misc fixes
This commit is contained in:
parent
f30924e655
commit
5eea11f1f9
@ -26,7 +26,7 @@ try {
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install --save-dev babel-plugin-codemod-optional-catch-binding
|
||||
npm install --save-dev @babel/plugin-codemod-optional-catch-binding
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "@babel/plugin-codemod-optional-catch-binding",
|
||||
"name": "@babel/plugin-codemod-optional-catch-binding",
|
||||
"version": "7.0.0-beta.3",
|
||||
"description": "Remove unused catch bindings",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-unused-catch-binding",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "@babel/preset-env",
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.0.0-beta.3",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user