Skip to content

Commit

Permalink
[dist] Fix maintainers field
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed May 7, 2012
1 parent 75bfdab commit 13ef52f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
"preferGlobal": "true",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.9.1",
"author": "Nodejitsu Inc <[email protected]>",
"contributors": [
{ "name": "Charlie Robbins", "email": "[email protected]" },
{ "name": "Fedor Indutny", "email": "[email protected]" },
{ "name": "James Halliday", "email": "[email protected]" },
{ "name": "Bradley Meck", "email": "[email protected]" },
{ "name": "Dominic Tarr", "email": "[email protected]" },
{ "name": "Maciej Małecki", "email": "[email protected]" }
"author": "Nodejitsu Inc. <[email protected]>",
"maintainers": [
"indexzero <[email protected]>",
"mmalecki <[email protected]>"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,3 +54,4 @@
"node": ">= 0.4.8"
}
}

0 comments on commit 13ef52f

Please sign in to comment.