main-bower-files
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -87,3 +87,3 @@ var path = require('path'), | ||
for (name in dependencies) { | ||
this.add(name, path.join(this.opts.paths.bowerDirectory, '/', name)); | ||
this.add(name, path.join(this.opts.paths.bowerDirectory, path.sep, name)); | ||
} | ||
@@ -94,3 +94,3 @@ } | ||
for (name in devDependencies) { | ||
this.add(name, path.join(this.opts.paths.bowerDirectory, '/', name)); | ||
this.add(name, path.join(this.opts.paths.bowerDirectory, path.sep, name)); | ||
} | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "main-bower-files", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Get main files from your installed bower packages.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ main-bower-files | ||
- [includeDev](#includedev) | ||
- [includeDev](#includeself) | ||
- [includeSelf](#includeself) | ||
- [filter](#filter) | ||
@@ -23,0 +23,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
33283