Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #168 from mcollina/updated-deps2
Browse files Browse the repository at this point in the history
updated deps
  • Loading branch information
mcollina authored Feb 5, 2017
2 parents 2e45700 + 2f5b874 commit 3013cd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
node_js:
- "6"
- "4"
- "0.12"
script:
- npm run coverage
after_success:
Expand All @@ -16,9 +15,7 @@ env:
- CC=gcc-4.8
- CXX=g++-4.8
matrix:
- MONGODB_VERSION="3.2.5"
- MONGODB_VERSION="3.0.11"
- MONGODB_VERSION="2.6.12"
- MONGODB_VERSION="3.4.1"
before_install:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-$MONGODB_VERSION.tgz
- tar xfz mongodb-linux-x86_64-$MONGODB_VERSION.tgz
Expand Down
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

var util = require('util');
var uuid = require("node-uuid");
var uuid = require("uuid");
var steed = require("steed");

/**
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"debug": "^2.2.0",
"node-uuid": "~1.4.3",
"uuid": "^3.0.0",
"qlobber": "~0.7.0",
"steed": "^1.1.3"
},
Expand All @@ -69,12 +69,12 @@
"msgpack-lite": "^0.1.20",
"zmq": "^2.14.0",
"amqp": "~0.2.4",
"amqplib": "~0.4.1",
"mqtt": "^1.10.0",
"amqplib": "~0.5.1",
"mqtt": "^2.3.0",
"mongodb": "^2.1.18",
"kerberos": "~0.0",
"eventemitter2": "^2.1.3",
"qlobber-fsq": "~3.2.4",
"qlobber-fsq": "^6.1.0",
"kafka-node": "~0.5.8"
}
}

0 comments on commit 3013cd3

Please sign in to comment.