Skip to content

Commit

Permalink
Forever agent is now it's own package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 1, 2013
1 parent fbed723 commit ef5ab90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 105 deletions.
103 changes: 0 additions & 103 deletions forever.js

This file was deleted.

2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -25,7 +25,7 @@ var http = require('http')
, hawk = require('hawk')
, aws = require('aws-sign')
, uuid = require('node-uuid')
, ForeverAgent = require('./forever')
, ForeverAgent = require('forever-agent')

, Cookie = require('cookie-jar')
, CookieJar = Cookie.Jar
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,8 @@
"node-uuid": "~1.4.0",
"cookie-jar": "~0.2.0",
"aws-sign": "~0.2.0",
"oauth-sign": "~0.2.0"
"oauth-sign": "~0.2.0",
"forever-agent": "~0.2.0"
},
"scripts": {
"test": "node tests/run.js"
Expand Down

0 comments on commit ef5ab90

Please sign in to comment.