Skip to content

Commit

Permalink
node-uuid is much better.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 1, 2013
1 parent c7a8be6 commit 67d753f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var http = require('http')
, crypto = require('crypto')
, oauth = require('./oauth')
, hawk = require('hawk')
, uuid = require('./uuid')
, uuid = require('node-uuid')
, ForeverAgent = require('./forever')
, Cookie = require('./vendor/cookie')
, CookieJar = require('./vendor/cookie/jar')
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"dependencies": {
"form-data": "~0.0.3",
"mime": "~1.2.7",
"hawk": "~0.8.1"
"hawk": "~0.8.1",
"node-uuid": "~1.4.0"
},
"scripts": {
"test": "node tests/run.js"
Expand Down
19 changes: 0 additions & 19 deletions uuid.js

This file was deleted.

0 comments on commit 67d753f

Please sign in to comment.