broccoli-content-funnel
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -9,3 +9,3 @@ 'use strict'; | ||
const realpath = denodeify(fs.realpath); | ||
const lstat = denodeify(fs.lstat); | ||
const stat = denodeify(fs.stat); | ||
@@ -44,3 +44,3 @@ class ContentFunnel extends Funnel { | ||
realpath(item.path), | ||
lstat(item.path) | ||
stat(item.path) | ||
]).then(([path, stats]) => ({ path, stats })); | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "broccoli-content-funnel", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Funnel based on file contents", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4791