Skip to content

Commit

Permalink
Removed extra package.json commas. Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 13, 2011
1 parent 60a2da0 commit cc27057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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" }
Expand Down

0 comments on commit cc27057

Please sign in to comment.