babel-plugin-react-pure-component
Advanced tools
+1
-1
| { | ||
| "name": "babel-plugin-react-pure-component", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "Add displayName to components created with react-pure-component", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+1
-0
@@ -9,2 +9,3 @@ /** | ||
| if ( | ||
| node.init && | ||
| node.init.type === 'CallExpression' && | ||
@@ -11,0 +12,0 @@ node.init.callee.type === 'Identifier' && |
2102
1.11%55
1.85%