babel-plugin-ko-component-flatten
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -227,2 +227,6 @@ var template = require('babel-template'); | ||
if (prop.type === 'ObjectMethod') { | ||
prop.type = 'ObjectProperty'; | ||
} | ||
prop.value = t.Identifier(key); | ||
@@ -229,0 +233,0 @@ }); |
{ | ||
"name": "babel-plugin-ko-component-flatten", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Flatten ExportDefaultDeclaration", | ||
@@ -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
7396
199