updated deps, and added badge to ensure they stay that way.

This commit is contained in:
Spencer Alger
2014-03-07 11:02:44 -07:00
parent afd628c70d
commit 0f504da291
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
The official low-level Elasticsearch client for Node.js and the browser.
[![Build Status](https://travis-ci.org/elasticsearch/elasticsearch-js.png?branch=1.5)](https://travis-ci.org/elasticsearch/elasticsearch-js) [![Coverage Status](https://coveralls.io/repos/elasticsearch/elasticsearch-js/badge.png)](https://coveralls.io/r/elasticsearch/elasticsearch-js)
[![Build Status](https://travis-ci.org/elasticsearch/elasticsearch-js.png?branch=1.5)](https://travis-ci.org/elasticsearch/elasticsearch-js) [![Coverage Status](https://coveralls.io/repos/elasticsearch/elasticsearch-js/badge.png)](https://coveralls.io/r/elasticsearch/elasticsearch-js) [![Dependencies up to date](https://david-dm.org/elasticsearch/elasticsearch-js.png)](https://david-dm.org/elasticsearch/elasticsearch-js)
## Features

View File

@ -66,10 +66,10 @@
},
"license": "Apache 2.0",
"dependencies": {
"chalk": "~0.3.0",
"forever-agent": "~0.5.2",
"lodash-node": "~2.3.0",
"when": "~2.6.0"
"chalk": "~0.4",
"forever-agent": "~0.5",
"lodash-node": "~2.4",
"when": "~2.8"
},
"repository": {
"type": "git",