From 03851619000b707d11cf971bdd807463bd6ba3e0 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 27 Sep 2011 14:01:44 -0700 Subject: [PATCH] version 0.1.2 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3cc6f6f..22cc8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thepusher", - "version": "0.1.1", + "version": "0.1.2", "description": "Github post-receive hook router", "keywords": [ "github", @@ -17,8 +17,8 @@ ], "homepage": "http://samhuri.net/proj/ThePusher", "dependencies": { - "batteries": "0.4.x" - , "optimist": "0.2.x" + "batteries": "0.4.x", + "optimist": "0.2.x" }, "main": "pusher", "bin": { @@ -38,4 +38,4 @@ } ], "devDependencies": {} -} +} \ No newline at end of file