Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "remo", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Re[dis]Mo[ngo] queue manager", | ||
@@ -28,4 +28,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"mongodb": "^2.0.33", | ||
"redis": "^0.12.1" | ||
"mongodb": "^2.1.7", | ||
"redis": "^2.4.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "author": "Daniel Martinez", |
@@ -47,8 +47,8 @@ # ReMo | ||
````sh | ||
# gulp and jshint | ||
npm install gulp gulp-jshint -g; gulp; | ||
# mocha for tests | ||
npm install mocha -g; mocha; | ||
# coverage | ||
apt-get install lcov | ||
npm install gulp mocha istanbul mocha-istanbul -g | ||
npm install gulp-jshint | ||
gulp | ||
mocha | ||
make cov | ||
```` |
26783
+ Addeddouble-ended-queue@2.1.0-0(transitive)
+ Addedredis@2.8.0(transitive)
+ Addedredis-commands@1.7.0(transitive)
+ Addedredis-parser@2.6.0(transitive)
- Removedredis@0.12.1(transitive)
Updatedmongodb@^2.1.7
Updatedredis@^2.4.2