From 80e96d9a018067e2d6f94bdd5e36758a4e1c3016 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Wed, 30 Oct 2013 21:49:06 +0000 Subject: [PATCH] Add xml2js to the core deps --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7b6539b..bdb3217a1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "mustache": "~0.7.2", "cron":"1.x", "ntwitter":"0.5.0", - "oauth":"~0.9.10" + "oauth":"~0.9.10", + "xml2js":"~0.2.8" }, "devDependencies": { "mocha": "~1.12.0",