babel-plugin-react-docgen
Advanced tools
Comparing version 1.4.0 to 1.4.1
# ChangeLog | ||
### v1.4.1 | ||
03-November-2016 | ||
Fixes [#19](https://github.com/kadirahq/babel-plugin-react-docgen/pull/20) | ||
### v1.4.0 | ||
@@ -4,0 +9,0 @@ 01-November-2016 |
@@ -18,2 +18,5 @@ 'use strict'; | ||
} | ||
if (!path.node.id) { | ||
return; | ||
} | ||
var className = path.node.id.name; | ||
@@ -20,0 +23,0 @@ |
{ | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"name": "babel-plugin-react-docgen", | ||
@@ -4,0 +4,0 @@ "description": "Babel plugin to add react-docgen info into your code", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137874
32
1315