babel-plugin-react-pure-component
Advanced tools
+1
-1
@@ -14,3 +14,3 @@ /** | ||
| return new Plugin('pure-component', { | ||
| return new Plugin('react-pure-component', { | ||
| visitor: { | ||
@@ -17,0 +17,0 @@ VariableDeclarator: function VariableDeclarator(node) { |
+1
-1
| { | ||
| "name": "babel-plugin-react-pure-component", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Add displayName to components created with react-pure-component", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
2079
0.29%