bem-config
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "bem-config", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Config module for bem-tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,3 +45,3 @@ 'use strict'; | ||
var resolvedLevel = source ? | ||
path.resolve(source, level) : | ||
path.resolve(path.dirname(source), level) : | ||
path.resolve(options.cwd || process.cwd(), level); // TODO: bubble | ||
@@ -48,0 +48,0 @@ |
@@ -108,3 +108,3 @@ 'use strict'; | ||
something: 'else', | ||
__source: process.cwd() | ||
__source: __filename | ||
} | ||
@@ -111,0 +111,0 @@ ]); |
@@ -207,3 +207,4 @@ 'use strict'; | ||
} | ||
} | ||
}, | ||
__source: __filename | ||
}]); | ||
@@ -210,0 +211,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50582
863
0