From e23740e5f2b27906b1ec7cd2a2c8d184d9bc8c0d Mon Sep 17 00:00:00 2001 From: Ryan W Tenney Date: Thu, 13 Jan 2011 00:21:13 +0800 Subject: [PATCH] 'C' is for Cookie, thats good enough for me. Added package 'cookie' as a dependency. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cbc1f67..ca3e8bed 100644 --- a/package.json +++ b/package.json @@ -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" }