Skip to content

Commit 3eba375

Browse files
committed
x
1 parent a0a62b0 commit 3eba375

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Build Status](https://secure.travis-ci.org/AckerApple/node-dir.svg)](http://travis-ci.org/AckerApple/node-dir)
2+
[![Build status](https://ci.appveyor.com/api/projects/status/aad8t55ury0ijhe1?svg=true)](https://ci.appveyor.com/project/AckerApple/node-dir)
3+
[![NPM version](https://img.shields.io/npm/v/path-reader.svg?style=flat-square)](https://www.npmjs.com/package/path-reader)
24

35
# path-reader
46
A lightweight Node.js module with methods for some common directory and file operations, including asynchronous, non-blocking methods for recursively getting an array of files, subdirectories, or both, and methods for recursively, sequentially reading and processing the contents of files in a directory and its subdirectories, with several options available for added flexibility if needed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "path-reader",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "asynchronous file and directory operations for Node.js",
55
"main": "index",
66
"homepage": "https://github.com/ackerapple",

0 commit comments

Comments
 (0)