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 <info@nodejitsu.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" },
{ "name": "James Halliday", "email": "mail@substack.net" },
{ "name": "Bradley Meck", "email": "bradley@nodejitsu.com" },
{ "name": "Dominic Tarr", "email": "dominic@nodejitsu.com" },
{ "name": "Maciej Małecki", "email": "maciej@nodejitsu.com" }
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>",
"mmalecki <maciej@nodejitsu.com>"
],
"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.