From 610473981612e1cc3ef9eb5263b4e23a2a674116 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 4 Aug 2014 23:07:23 +0800 Subject: [PATCH] add dependency status in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0fbf57a0..b24d721d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Node.js: fs-extra [![build status](https://secure.travis-ci.org/jprichardson/node-fs-extra.svg)](http://travis-ci.org/jprichardson/node-fs-extra) [![downloads per month](http://img.shields.io/npm/dm/fs-extra.svg)](https://www.npmjs.org/package/fs-extra) +[![Dependency Status](https://david-dm.org/jprichardson/node-fs-extra.svg)](https://david-dm.org/jprichardson/node-fs-extra) +[![devDependency Status](https://david-dm.org/jprichardson/node-fs-extra/dev-status.svg)](https://david-dm.org/jprichardson/node-fs-extra#info=devDependencies) + This module adds a few extra file system methods that aren't included in the native `fs` module. It is a drop in replacement for `fs`.