diff --git a/README.md b/README.md index e0c7135..9a6bde0 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ grunt lint grunt coverage ``` -[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoes.com/davedoesdev/mqlobber/master/coverage/lcov-report/index.html). +[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoesdev.com/davedoesdev/mqlobber/master/coverage/lcov-report/index.html). Coveralls page is [here](https://coveralls.io/r/davedoesdev/mqlobber). diff --git a/coverage/lcov-report/index.html b/coverage/lcov-report/index.html index 1f371c4..4e1e6ac 100644 --- a/coverage/lcov-report/index.html +++ b/coverage/lcov-report/index.html @@ -90,7 +90,7 @@

diff --git a/coverage/lcov-report/mqlobber/index.html b/coverage/lcov-report/mqlobber/index.html index ee5950c..af304b8 100644 --- a/coverage/lcov-report/mqlobber/index.html +++ b/coverage/lcov-report/mqlobber/index.html @@ -77,7 +77,7 @@

diff --git a/coverage/lcov-report/mqlobber/index.js.html b/coverage/lcov-report/mqlobber/index.js.html index 3d929ca..7f9bee9 100644 --- a/coverage/lcov-report/mqlobber/index.js.html +++ b/coverage/lcov-report/mqlobber/index.js.html @@ -61,7 +61,7 @@

diff --git a/coverage/lcov-report/mqlobber/lib/client.js.html b/coverage/lcov-report/mqlobber/lib/client.js.html index 6d0f986..d2141c2 100644 --- a/coverage/lcov-report/mqlobber/lib/client.js.html +++ b/coverage/lcov-report/mqlobber/lib/client.js.html @@ -1500,7 +1500,7 @@

grunt coverage ```   -[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoes.com/davedoesdev/mqlobber/master/coverage/lcov-report/index.html). +[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoesdev.com/davedoesdev/mqlobber/master/coverage/lcov-report/index.html).   Coveralls page is [here](https://coveralls.io/r/davedoesdev/mqlobber).   @@ -1978,7 +1978,7 @@

diff --git a/coverage/lcov-report/mqlobber/lib/index.html b/coverage/lcov-report/mqlobber/lib/index.html index 4a67441..604c414 100644 --- a/coverage/lcov-report/mqlobber/lib/index.html +++ b/coverage/lcov-report/mqlobber/lib/index.html @@ -90,7 +90,7 @@

diff --git a/coverage/lcov-report/mqlobber/lib/server.js.html b/coverage/lcov-report/mqlobber/lib/server.js.html index cb2c28a..39ec574 100644 --- a/coverage/lcov-report/mqlobber/lib/server.js.html +++ b/coverage/lcov-report/mqlobber/lib/server.js.html @@ -1186,7 +1186,7 @@

diff --git a/lib/client.js b/lib/client.js index 9a43281..5352139 100644 --- a/lib/client.js +++ b/lib/client.js @@ -169,7 +169,7 @@ grunt lint grunt coverage ``` -[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoes.com/davedoesdev/mqlobber/master/coverage/lcov-report/index.html). +[Instanbul](http://gotwarlost.github.io/istanbul/) results are available [here](http://rawgit.davedoesdev.com/davedoesdev/mqlobber/master/coverage/lcov-report/index.html). Coveralls page is [here](https://coveralls.io/r/davedoesdev/mqlobber). diff --git a/package.json b/package.json index c55d313..5ee0615 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mqlobber", "description": "Streaming message queue with pub-sub, work queues, wildcards and back-pressure. Just Node and a filesystem required.", - "version": "0.0.8", + "version": "0.0.9", "homepage": "https://github.com/davedoesdev/mqlobber", "author": { "name": "David Halls", @@ -47,7 +47,7 @@ "chai": "~3.5.0", "istanbul": "~0.4.3", "coveralls": "~2.11.9", - "qlobber-fsq": "3.0.3", + "qlobber-fsq": "3.0.4", "async": "~1.5.2", "rimraf": "~2.5.2", "sinon": "~1.17.4",