Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57a4382

Browse files
committed
Added David dependency tracking badge to README.md
1 parent 9dcb9bc commit 57a4382

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ rewire does **not** load the file and eval the contents to emulate node's requir
1313
Furthermore rewire comes also with support for various client-side bundlers (see [below](#client-side-bundlers)).
1414

1515
[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)
16+
[![Dependency Status](http://david-dm.org/nisaacson/rewire/status.png)](http://david-dm.org/nisaacson/rewire)
17+
Dependency tracking by [David](http://david-dm.org/)
1618

1719
<br />
1820

@@ -36,11 +38,11 @@ var fs = require("fs"),
3638
http = require("http"),
3739
someOtherVar = "hi",
3840
myPrivateVar = 1;
39-
41+
4042
function readSomethingFromFileSystem(cb) {
4143
// But no scoped variables
4244
var path = "/somewhere/on/the/disk";
43-
45+
4446
console.log("Reading from file system ...");
4547
fs.readFile(path, "utf8", cb);
4648
}

0 commit comments

Comments
 (0)