Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Parse error on line 13:
...                   }    ],    "main":
----------------------^
Expecting 'STRING'
  • Loading branch information
iObject committed Dec 7, 2012
1 parent e162486 commit db1d84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,12 +7,12 @@
"email": "jonas.huckestein@gmail.com",
"url": "http://thezukunft.com"
},
"repositories": [
"repositories": {
{
"type": "git",
"url": "http://github.com/jonashuckestein/node-object-sync.git",
}
],
},
"main": "./index.js",
"dependencies": {
"coffee-script": ">= 1.0.0",
Expand Down

0 comments on commit db1d84e

Please sign in to comment.