Skip to content

Commit

Permalink
Should really test things first, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
draggor committed Feb 29, 2012
1 parent f3acbb9 commit cfcbd48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.
2 changes: 1 addition & 1 deletion 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" : [
Expand Down
2 changes: 1 addition & 1 deletion src/nodejs/server.js
Expand Up @@ -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 = {
Expand Down

0 comments on commit cfcbd48

Please sign in to comment.