v2.0.0
improved link handling was the main focus of this release
- add link-action option
- use
fs.lstat()rather thanfs.stat()ifstatoption is'lstat' - don't lose
.or./in path (node'spath.join()strips them) - enhance testing
improved link handling was the main focus of this release
fs.lstat() rather than fs.stat() if stat option is 'lstat'. or ./ in path (node's path.join() strips them)