@travetto/base
Advanced tools
Comparing version 3.3.3 to 3.3.4
{ | ||
"name": "@travetto/base", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "Environment config and common utilities for travetto applications.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -53,3 +53,7 @@ import { Readable } from 'stream'; | ||
if (cfg.includeCommon) { | ||
paths.unshift(...GlobalEnv.resourcePaths, path.resolve('resources'), '@#resources'); | ||
paths.unshift( | ||
...GlobalEnv.resourcePaths, | ||
path.resolve(RootIndex.manifest.workspacePath, 'resources'), | ||
'@#resources' | ||
); | ||
} | ||
@@ -56,0 +60,0 @@ const found = new Set(); |
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
103136
2220