Skip to content

Commit

Permalink
submitted npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
inolen committed Feb 16, 2012
1 parent 2eb3d14 commit 246efa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Rex is a tool for Linux machines to remotely execute processes in a virtual envi

## Installation

$ npm install -g rex
$ npm install -g rexec

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "rex",
"name": "rexec",
"version": "v0.1.0",
"description": "Remote process execution and virtualization.",
"author": "Anthony Pesch <inolen@gmail.com> (http://www.inolen.com)",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"async": "0.1.15",
"optimist": "0.3.1",
"sinon": "1.2.0"
"sinon": "1.2.0",
"temp": "0.3.0"
}
}

0 comments on commit 246efa4

Please sign in to comment.