@progress/kendo-schematics
Advanced tools
Comparing version 0.2.1 to 0.2.2-dev.201805111430
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE in LICENSE.md", | ||
"version": "0.2.1", | ||
"version": "0.2.2-dev.201805111430", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build-package": "npm run build", |
@@ -23,2 +23,4 @@ "use strict"; | ||
exports.addSymbolToMetadata = (source, metadataField, symbolName) => { | ||
if (!symbolName) | ||
return []; | ||
const node = exports.ngModuleMetadata(source); | ||
@@ -25,0 +27,0 @@ if (!node) { |
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
55657
1438