From edf4e7f76c2aca4627dacbf566e630a6c3fe8502 Mon Sep 17 00:00:00 2001 From: Alejandro Oviedo Date: Tue, 7 Jun 2016 18:04:07 -0300 Subject: [PATCH] add dependencies badge on readme (#1024) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b4083db..6aa0c877 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://secure.travis-ci.org/brianc/node-postgres.svg?branch=master)](http://travis-ci.org/brianc/node-postgres) ![io.js supported](https://img.shields.io/badge/io.js-supported-green.svg) +[![Dependency Status](https://david-dm.org/brianc/node-postgres.svg)](https://david-dm.org/brianc/node-postgres) PostgreSQL client for node.js. Pure JavaScript and optional native libpq bindings.