Skip to content

Commit

Permalink
update package.json with domain and start fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lucy committed Feb 29, 2012
1 parent 44514e3 commit 2d8f574
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "devopsjson",
"bin":"./bin/devopsjson",
"bin": "./bin/devopsjson",
"contributors": [
"Brandon Philips <brandon@ifup.org>",
"Lucy Mendel <lucy.mendel@rackspace.com>",
Expand All @@ -21,5 +21,10 @@
},
"engines": {
"node": ">=0.4.1 <0.7.0"
},
"subdomain": "devopsjson",
"domains": [ "devopsjson.com" ],
"scripts": {
"start": "bin/devopsjson"
}
}

0 comments on commit 2d8f574

Please sign in to comment.