Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57a4382

Browse files
committed
Added David dependency tracking badge to README.md
1 parent9dcb9bc commit57a4382

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
functionreadSomethingFromFileSystem(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)

[8]ページ先頭

©2009-2025 Movatter.jp