Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Removed dependency on node-libuuid and the libuuid C bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
davepgreene committed Mar 30, 2017
1 parent 2b3b39c commit d92a18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/control/correlation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const UUID = require('node-libuuid');
const UUID = require('uuid');

/**
* Read or generate a correlation identifier for logging and debugging
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"express": "^4.15.2",
"express-http-proxy": "^0.11.0",
"nconf": "~0.8.4",
"node-libuuid": "~2.0.0",
"request": "^2.80.0",
"request-promise-native": "^1.0.3",
"uuid": "^3.0.1",
"winston": "~2.2.0"
}
}

0 comments on commit d92a18f

Please sign in to comment.