Skip to content

Commit

Permalink
added dependency and npm version badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Aug 9, 2016
1 parent 29cff5e commit 0cbc731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# tedious-connection-pool
A connection pool for [tedious](http://github.com/pekim/tedious).

[![Dependency Status](https://david-dm.org/tediousjs/tedious-connection-pool.svg)](https://david-dm.org/tediousjs/tedious-connection-pool)
[![npm version](https://badge.fury.io/js/tedious-connection-pool.svg)](https://badge.fury.io/js/tedious-connection-pool)
[![Build status](https://ci.appveyor.com/api/projects/status/jnurb48ao1wrbgbr?svg=true)](https://ci.appveyor.com/project/ben-page/tedious-connection-pool)


A connection pool for [tedious](http://github.com/tediousjs/tedious).

## Installation

npm install tedious-connection-pool
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
],
"license": "MIT",
"dependencies": {
"mocha": "^3.0.2",
"tedious": "^1.14.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0cbc731

Please sign in to comment.