Comparing version 0.3.7 to 0.3.8
@@ -11,3 +11,3 @@ 'use strict'; | ||
function fetchStats(file, enc, cb) { | ||
fs.stat(file.path, function (err, stat) { | ||
fs.lstat(file.path, function (err, stat) { | ||
if (stat) { | ||
@@ -14,0 +14,0 @@ file.stat = stat; |
{ | ||
"name": "vinyl-fs", | ||
"description": "Vinyl adapter for the file system", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"homepage": "http://github.com/wearefractal/vinyl-fs", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/wearefractal/vinyl-fs.git", |
@@ -83,3 +83,3 @@ # vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status](https://david-dm.org/wearefractal/vinyl.png?theme=shields.io)](https://david-dm.org/wearefractal/vinyl-fs) | ||
[gaze]: https://github.com/shama/gaze | ||
[glob-watcher]: https://github.com/shama/gaze | ||
[glob-watcher]: https://github.com/wearefractal/glob-watcher | ||
[vinyl]: https://github.com/wearefractal/vinyl | ||
@@ -86,0 +86,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
42597