babel-plugin-transform-imports
Advanced tools
Comparing version 0.2.3 to 1.0.0
{ | ||
"name": "babel-plugin-transform-imports", | ||
"version": "0.2.3", | ||
"version": "1.0.0", | ||
"description": "Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')", | ||
@@ -9,3 +9,4 @@ "keywords": [ | ||
"import", | ||
"react-bootstrap" | ||
"react-bootstrap", | ||
"lodash" | ||
], | ||
@@ -12,0 +13,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10546
0