Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
reorganize code
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Jan 18, 2012
1 parent 040efb4 commit bd1c9ad
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/main.js → bin/eyedeeme
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ express = require('express'),
postprocess = require('postprocess'),
url = require('url'),
path = require('path'),
crypto = require('./crypto'),
wsapi = require('./wsapi.js'),
crypto = require('../lib/crypto'),
wsapi = require('../lib/wsapi.js'),
cookieSessions = require("client-sessions");

// the key with which session cookies are encrypted
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"client-sessions": "0.0.2"
},
"scripts": {
"start": "node server/main.js"
"start": "bin/eyedeeme"
}
}

0 comments on commit bd1c9ad

Please sign in to comment.