From 57a43829daeffe6b8e473317b2799fbc4b843dab Mon Sep 17 00:00:00 2001 From: Noah Isaacson Date: Mon, 4 Feb 2013 10:36:59 -0500 Subject: Added David dependency tracking badge to README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5316c6..fdc0b12 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ rewire does **not** load the file and eval the contents to emulate node's requir Furthermore rewire comes also with support for various client-side bundlers (see [below](#client-side-bundlers)). [![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire) +[![Dependency Status](http://david-dm.org/nisaacson/rewire/status.png)](http://david-dm.org/nisaacson/rewire) +Dependency tracking by [David](http://david-dm.org/)
@@ -36,11 +38,11 @@ var fs = require("fs"), http = require("http"), someOtherVar = "hi", myPrivateVar = 1; - + function readSomethingFromFileSystem(cb) { // But no scoped variables var path = "/somewhere/on/the/disk"; - + console.log("Reading from file system ..."); fs.readFile(path, "utf8", cb); } -- cgit v1.2.3 From aca26e99612535e5ee1a7f40994747f6c415b56e Mon Sep 17 00:00:00 2001 From: Noah Isaacson Date: Mon, 4 Feb 2013 10:39:18 -0500 Subject: Added David dependency tracking badge to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc0b12..5d2e9a8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ rewire does **not** load the file and eval the contents to emulate node's requir Furthermore rewire comes also with support for various client-side bundlers (see [below](#client-side-bundlers)). [![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire) -[![Dependency Status](http://david-dm.org/nisaacson/rewire/status.png)](http://david-dm.org/nisaacson/rewire) +[![Dependency Status](http://david-dm.org/jhnns/rewire/status.png)](http://david-dm.org/jhnns/rewire) Dependency tracking by [David](http://david-dm.org/)
-- cgit v1.2.3