From 424363075225ab99da5bc97dc01a24cbb36ae6e7 Mon Sep 17 00:00:00 2001 From: Carlos Valiente Date: Fri, 20 Jan 2012 20:24:07 +0000 Subject: [PATCH] Fix JSON syntax --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6566a8..464186e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "https://public.commandprompt.com/projects/postgres-js/", "author": { "name": "Aurynn Shaw", - "email": "ashaw@commandprompt.com", + "email": "ashaw@commandprompt.com" }, - "main": "lib/postgres-pure", + "main": "lib/postgres-pure" } \ No newline at end of file