babel-plugin-ko-component-flatten
Advanced tools
Comparing version 0.0.10 to 0.1.0
@@ -8,3 +8,3 @@ var template = require('babel-template'); | ||
var constructorDeclarationTpl = template(` | ||
var constructor = function () {}; | ||
var constructor = function (opts) {}; | ||
`); | ||
@@ -37,3 +37,5 @@ | ||
'style', | ||
'template' | ||
'template', | ||
'computed', | ||
'pureComputed' | ||
]; | ||
@@ -40,0 +42,0 @@ |
{ | ||
"name": "babel-plugin-ko-component-flatten", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"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
7008
190