Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
'C' is for Cookie, thats good enough for me.
Browse files Browse the repository at this point in the history
Added package 'cookie' as a dependency.
  • Loading branch information
ryantenney authored and jdub committed Jan 13, 2011
1 parent 0116425 commit e23740e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -12,7 +12,10 @@
{ "type": "git"
, "url": "http://github.com/jdub/node-twitter.git"
}
, "dependencies": {"oauth": ">=0.8.4"}
, "dependencies":
{ "oauth": ">=0.8.4"
, "cookie": ">=0.1.4"
}
, "engines": ["node >=0.2.0"]
, "main": "./lib/twitter"
}

0 comments on commit e23740e

Please sign in to comment.