@factor/app-extend
Advanced tools
Comparing version 1.0.0-alpha.28 to 1.0.0-alpha.31
@@ -51,2 +51,3 @@ export default Factor => { | ||
initializeApp() { | ||
Factor.$components = {} | ||
const comps = Factor.$filters.apply("components", {}) | ||
@@ -56,2 +57,3 @@ for (var _ in comps) { | ||
Factor.component(_, comps[_]) | ||
Factor.$components[_] = comps[_] | ||
} | ||
@@ -58,0 +60,0 @@ } |
{ | ||
"name": "@factor/app-extend", | ||
"version": "1.0.0-alpha.28", | ||
"version": "1.0.0-alpha.31", | ||
"license": "GPL-2.0", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5e159c817b9e34ff4abd033723d247a88eccdcd7" | ||
"gitHead": "f82a9ef3e4707f634c356ded172664dc6aa0cd06" | ||
} |
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
20722
60