asset-builder
Advanced tools
Comparing version
@@ -13,2 +13,3 @@ /** | ||
var traverse = require('traverse'); | ||
var path = require('path'); | ||
@@ -111,3 +112,5 @@ /** | ||
return _.some(names, function(name) { | ||
return file.indexOf('/bower_components/' + name + '/') > -1; | ||
return file.indexOf( | ||
path.normalize('/bower_components/' + name + '/') | ||
) > -1; | ||
}); | ||
@@ -114,0 +117,0 @@ }); |
{ | ||
"name": "asset-builder", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"description": "asset-builder =============", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
asset-builder | ||
============= | ||
[](https://travis-ci.org/austinpray/asset-builder) [](https://coveralls.io/r/austinpray/asset-builder) [](https://david-dm.org/austinpray/asset-builder) [](https://codeclimate.com/github/austinpray/asset-builder) | ||
[](https://travis-ci.org/austinpray/asset-builder) [](https://ci.appveyor.com/project/austinpray/asset-builder) [](https://coveralls.io/r/austinpray/asset-builder) [](https://david-dm.org/austinpray/asset-builder) [](https://codeclimate.com/github/austinpray/asset-builder) | ||
@@ -6,0 +6,0 @@ Feed me a [manifest file](help/spec.md) and I will give you globs. |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
409381
232.57%44
91.3%456
19.37%0
-100%0
-100%