Skip to content

Commit

Permalink
Merge 3c99b14 into a37c59c
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Nov 23, 2016
2 parents a37c59c + 3c99b14 commit 03087f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/publisher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
const uuid = require('node-uuid').v4
const uuid = require('uuid').v4
const os = require('os')
const cbStore = require('callback-store')
const createConnection = require('./create-connection')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"amqp": "^0.2.4",
"callback-store": "^1.0.0",
"node-uuid": "^1.4.7"
"uuid": "^3.0.0"
},
"homepage": "https://github.com/rpcjs/qpc",
"devDependencies": {
Expand Down

0 comments on commit 03087f9

Please sign in to comment.