Skip to content

Commit

Permalink
Fixed issue with dependency parsing, didn't like the comma next to th…
Browse files Browse the repository at this point in the history
…e key.
  • Loading branch information
chapel committed Apr 22, 2011
1 parent 9e3bccc commit 84643c7
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "restartr",
"author": "Aaron Blohowiak <aaron.blohowiak@gmail.com>",
"description": "Restart your process when a file changes.",
"keywords": ["restart", "autoload", "reload", "restarter", "command-line", "cli", "terminal"],
"version": "0.1.8",
"homepage": "http://github.com/aaronblohowiak/restartr",
"bin": "./restartr",
"repository": "git://github.com/aaronblohowiak/restartr.git",
"dependencies": {
"optimist": "0.0.3"
}
"name": "restartr",
"author": "Aaron Blohowiak <aaron.blohowiak@gmail.com>",
"description": "Restart your process when a file changes.",
"keywords": ["restart", "autoload", "reload", "restarter", "command-line", "cli", "terminal"],
"version": "0.1.8",
"homepage": "http://github.com/aaronblohowiak/restartr",
"bin": "restartr",
"repository": {
"type": "git",
"url": "https://github.com/aaronblohowiak/restartr.git"
},
"dependencies" : {
"optimist": "0.0.3"
}
}

0 comments on commit 84643c7

Please sign in to comment.