Skip to content

Commit

Permalink
Rename helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 26, 2018
1 parent 851c496 commit c224a55
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
{
"name": "@babel/helper-class-features-plugin",
"name": "@babel/helper-create-class-features-plugin",
"version": "7.1.4",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
Expand Down
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-class-features-plugin": "^7.1.4"
"@babel/helper-create-class-features-plugin": "^7.1.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
Expand Up @@ -4,7 +4,7 @@ import { declare } from "@babel/helper-plugin-utils";
import {
createClassFeaturePlugin,
FEATURES,
} from "@babel/helper-class-features-plugin";
} from "@babel/helper-create-class-features-plugin";

export default declare((api, options) => {
api.assertVersion(7);
Expand Down

0 comments on commit c224a55

Please sign in to comment.