Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[script] lame error on porting from function
  • Loading branch information
dscape committed Nov 18, 2011
1 parent a5ec3a0 commit fedff18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion bin/couchnomnom
Expand Up @@ -20,7 +20,6 @@ fi
# two arguments are required
if [ $# != 2 ]; then
echo "Usage: $0 user:pass@master-hostname user:pass@copy-hostname";
return 0;
else
# see usage
echo "replicating from $1 to $2";
Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -9,9 +9,6 @@
, "url" : "http://github.com/dscape/couchnomnom.git"
}
, "preferGlobal" : true
, "dependencies" :
{ "replicate" : "0.0.1"
, "jsontool" : "2.0.3"
}
, "scripts" : { "preinstall" : "npm install -g replicate jsontool" }
, "bin" : { "couchnomnom" : "./bin/couchnomnom" }
}

0 comments on commit fedff18

Please sign in to comment.