From cfcbd486c15c7183d88d5b87a0a38528bf1bbf84 Mon Sep 17 00:00:00 2001 From: Draggor Date: Tue, 28 Feb 2012 23:03:57 -0600 Subject: [PATCH] Should really test things first, version bump --- README.md | 2 +- package.json | 2 +- src/nodejs/server.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2659a18..fffeb0a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -This is a little webapp that allows you to run the Savage Worlds initiative system. Edit the config.js file to set your port, loglevel can stay at 1. Point your browser to the host's IP, and have fun! +This is a little webapp that allows you to run the Savage Worlds initiative system. Edit the config.js file to set your port (default of 9000), loglevel can stay at 1. Point your browser to the host's IP, and have fun! The first person to make a room with a password is automatically the admin of that room. That person can force cards to be drawn for others, or to boot others. diff --git a/package.json b/package.json index 6e987b4..64f3e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "swcard" -, "version" : "0.0.2" +, "version" : "0.0.3" , "main" : "./swcard.js" , "description" : "A little webapp for dealing with the Savage Worlds initiative system." , "keywords" : [ diff --git a/src/nodejs/server.js b/src/nodejs/server.js index 00ae5cb..fed8fc7 100644 --- a/src/nodejs/server.js +++ b/src/nodejs/server.js @@ -3,7 +3,7 @@ var http = require('http') , fs = require('fs') , io = require('socket.io') , cmd = require('./cmd') -, config = require('./config') +, config = require('../../config') ; var SRC = {