Skip to content

Commit 7cebf51

Browse files
committed
x
1 parent e87f233 commit 7cebf51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://secure.travis-ci.org/ackerapple/path-reader.svg)](http://travis-ci.org/ackerapple/path-reader)
1+
[![Build Status](https://secure.travis-ci.org/ackerapple/node-dir.svg)](http://travis-ci.org/ackerapple/node-dir)
22

33
# path-reader
44
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.0",
3+
"version": "1.0.1",
44
"description": "asynchronous file and directory operations for Node.js",
55
"main": "index",
66
"homepage": "https://github.com/ackerapple",

0 commit comments

Comments
 (0)