Skip to content

Commit

Permalink
cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
podviaznikov committed Dec 24, 2016
1 parent 54efa09 commit 35c5374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/models/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var flow = require('middleware-flow');
var http = require('http');
var keypather = require('keypather')();
var put = require('101/put');
var uuid = require('node-uuid');
var uuid = require('uuid');

var Session = require('models/session.js');
var api = require('models/api.js');
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
"mongodb": "^2.0.47",
"monitor-dog": "^1.4.1",
"newrelic": "^1.24.1",
"node-dogstatsd": "0.0.6",
"node-uuid": "^1.4.3",
"ponos": "5.8.0",
"querystring": "^0.2.0",
"redis": "^2.0.0",
Expand Down

0 comments on commit 35c5374

Please sign in to comment.