loopback-component-model-extender
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -51,3 +51,3 @@ 'use strict' | ||
// Determine the path to look for model a customisation file. | ||
const basePath = path.join(appRoot.toString(), options.baseBath) | ||
const basePath = path.join(appRoot.toString(), options.basePath) | ||
const componentsPath = Model.settings.components || `common/models/${kebabCase(Model.modelName)}` | ||
@@ -54,0 +54,0 @@ const requirePath = path.join(basePath, componentsPath) |
{ | ||
"name": "loopback-component-model-extender", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Loopback Component Model Extender", | ||
@@ -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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5300
5
1
61