Skip to content

Commit

Permalink
quick fix to cli deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Jan 4, 2016
1 parent 6e110ba commit f291934
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
31 changes: 0 additions & 31 deletions npm-debug.log

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-http-server",
"version": "4.5.0",
"version": "4.5.1",
"description": "A very simple and fast http server for node, bash, and spawnable from C, Python etc. It is lightweight and great for embedded solutions as well as everyday development or public facing apps.",
"main": "server/http.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion server/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for(var i=0; i<argCount; i++){

if(args.launch=='now'){
var server=new Server;
deploy();
server.deploy();
}

function deploy(userConfig, readyCallback){
Expand Down

0 comments on commit f291934

Please sign in to comment.