linc-build-ssr
Advanced tools
Comparing version 1.2.2 to 1.3.2
{ | ||
"name": "linc-build-ssr", | ||
"version": "1.2.2", | ||
"version": "1.3.2", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "repository": {}, |
@@ -6,3 +6,3 @@ const path = require('path'); | ||
const lincConfig = packageJson.linc || {}; | ||
const profile = lincConfig.buildProfile || '@bitgenics/linc-profile-generic-react-redux-routerv3'; | ||
const profile = lincConfig.buildProfile || 'linc-profile-generic-react-redux-routerv3'; | ||
const errorHtmls = lincConfig.errorDir || 'errors'; | ||
@@ -9,0 +9,0 @@ const errorSrc = path.resolve(process.cwd(), errorHtmls); |
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
1521