babel-plugin-native-theme-require
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -25,3 +25,3 @@ module.exports = ({ types: t }) => { | ||
[t.importDefaultSpecifier(t.identifier('getTheme'))], | ||
t.stringLiteral('styled-components') | ||
t.stringLiteral('./native-base-theme/components/index') | ||
); | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "babel-plugin-native-theme-require", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,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
1139