els-component-extraction-addon
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "els-component-extraction-addon", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Ember Language Server Templates Code Actions extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,3 +85,3 @@ const babel = require("@babel/core"); | ||
args.forEach((name) => { | ||
if (name in shape) { | ||
if ((name in shape) && typeof shape[name] !== 'string') { | ||
scopeValues[name] = shape[name]; | ||
@@ -88,0 +88,0 @@ } else { |
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
129337