stylecow-plugin-bower-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -17,3 +17,3 @@ "use strict"; | ||
if (cwd) { | ||
bowerComponents = getComponentsDirectory(cwd); | ||
bowerComponents = getComponentsDirectory(path.dirname(cwd)); | ||
} | ||
@@ -34,3 +34,2 @@ } | ||
let root = atRule.getData('file'); | ||
if (!root) { | ||
@@ -81,3 +80,3 @@ return; | ||
if (bowerRc.directory) { | ||
return path.resolve(cwd, bowerRc.directory); | ||
return path.resolve(path.dirname(found), bowerRc.directory); | ||
} | ||
@@ -84,0 +83,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines": { | ||
@@ -12,0 +12,0 @@ "node": ">=4.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
7598