From cc270578a6846716e731d39805beab1cb90de21e Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Sun, 13 Mar 2011 09:38:50 -0700 Subject: [PATCH] Removed extra package.json commas. Closes #2 --- templates/default/content/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/default/content/package.json b/templates/default/content/package.json index 9eb0321..c69a2f1 100644 --- a/templates/default/content/package.json +++ b/templates/default/content/package.json @@ -1,9 +1,9 @@ { - "name": "{{project}}", - , "version": "0.0.1", - , "description": "{{description}}", - , "keywords": [], - , "author": "{{name}} <{{email}}>", + "name": "{{project}}" + , "version": "0.0.1" + , "description": "{{description}}" + , "keywords": [] + , "author": "{{name}} <{{email}}>" , "dependencies": {} , "main": "index" , "engines": { "node": "0.4.x" }