From 86c952bd26694d4dd7c78b8abdb44dbed4571c77 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Mon, 11 Jul 2011 00:39:10 -0700 Subject: [PATCH] [dist]: Added mailer dep, bumped to v0.1.2 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e39d36c..f5a0f03 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Marak Squires ", "name": "station", "description": "a real-time web i/o reporting application built with hook.io", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "git://github.com/Marak/station.git" @@ -21,6 +21,7 @@ "hook.io-pinger" : "0.1.x", "hook.io-cron" : "0.1.x", "hook.io-request" : "0.1.x", + "hook.io-mailer" : "0.1.x", "request": "1.9.x", "colors": "0.5.x" },