@factor/app
Advanced tools
Comparing version 1.1.37 to 1.1.39
@@ -7,11 +7,11 @@ /* eslint-disable import/no-unresolved */ | ||
components: { | ||
error404: (): Promise<Component> => import("__FALLBACK__/404.vue"), | ||
content: (): Promise<Component> => import("__FALLBACK__/content.vue"), | ||
site: (): Promise<Component> => import("__FALLBACK__/site.vue") | ||
error404: (): Promise<Component> => import("__FIND__/404.vue"), | ||
content: (): Promise<Component> => import("__FIND__/content.vue"), | ||
site: (): Promise<Component> => import("__FIND__/site.vue") | ||
}, | ||
icon: require("__FALLBACK__/static/icon.svg"), | ||
templatePath: "__FALLBACK__/index.html", | ||
faviconPath: "__FALLBACK__/static/favicon.png" | ||
icon: (): string => require("__FIND__/static/icon.svg"), | ||
templatePath: "__FIND__/index.html", | ||
faviconPath: "__FIND__/static/favicon.png" | ||
} | ||
} | ||
} |
{ | ||
"name": "@factor/app", | ||
"version": "1.1.37", | ||
"version": "1.1.39", | ||
"license": "GPL-2.0", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "05269371342c4d869f2c73081e7ba9085a3a128c" | ||
"gitHead": "b3d838dbec87937b95677590906a41e8106e8258" | ||
} |
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
45374