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

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
webrtcHacks committed Apr 27, 2014
1 parent a777743 commit df29842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"start": "node server.js"
},
"version": "0.0.2-5",
"version": "0.0.2-6",
"engines": {
"node": "0.10.x"
},
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ app.use(express.bodyParser());

//global variables
var loggedIn = false,
password = 'test';
password = 'webrtcHacks';

//Temporary home page
app.get('/', function (req, res) {
Expand Down

0 comments on commit df29842

Please sign in to comment.