Comparing version 1.0.4 to 1.0.5
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./lib/index.js", | ||
@@ -17,6 +17,6 @@ "keywords": ["weighted", "roundrobin", "round", "robin"], | ||
"devDependencies": { | ||
"mocha": "~=2.3.4", | ||
"chai": "~=3.4.1", | ||
"mocha": "^2.4.5", | ||
"chai": "^3.5.0", | ||
"eslint": "^1.10.3", | ||
"eslint-config-airbnb": "^3.1.0", | ||
"eslint-config-airbnb": "^5.0.0", | ||
"istanbul": "^0.4.2" | ||
@@ -23,0 +23,0 @@ }, |
@@ -1,2 +0,4 @@ | ||
[![Build Status](https://travis-ci.org/oleksiyk/wrr-pool.png)](https://travis-ci.org/oleksiyk/wrr-pool) | ||
[![Build Status](https://travis-ci.org/oleksiyk/wrr-pool.svg)](https://travis-ci.org/oleksiyk/wrr-pool) | ||
[![Dependencies](https://david-dm.org/oleksiyk/wrr-pool.svg)](https://david-dm.org/oleksiyk/wrr-pool) | ||
[![DevDependencies](https://david-dm.org/oleksiyk/wrr-pool/dev-status.svg)](https://david-dm.org/oleksiyk/wrr-pool#info=devDependencies) | ||
@@ -3,0 +5,0 @@ # WRRPool |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51503
86