Skip to content

Commit

Permalink
feat: change node-uuid to uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Nov 25, 2016
1 parent afff30b commit 7a8e6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"is": "^3.2.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.2",
"node-uuid": "^1.4.7"
"uuid": "^3.0.0"
},
"release": {
"verifyConditions": []
Expand Down
2 changes: 1 addition & 1 deletion src/amqp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// deps
const Promise = require('bluebird');
const uuid = require('node-uuid');
const uuid = require('uuid');
const Errors = require('common-errors');
const stringify = require('json-stringify-safe');
const EventEmitter = require('eventemitter3');
Expand Down

0 comments on commit 7a8e6ee

Please sign in to comment.