Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Minor patch client
Browse files Browse the repository at this point in the history
  • Loading branch information
balkian committed Sep 3, 2013
1 parent 9ce4955 commit 5db2f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javascript/client/package.json
Expand Up @@ -7,7 +7,7 @@
"websockets",
"maia"
],
"version": "0.6.2",
"version": "0.6.3",
"bugs": {
"url": "http://github.com/gsi-upm/Maia/issues"
},
Expand Down
5 changes: 3 additions & 2 deletions javascript/client/test/browser-test.js
@@ -1,6 +1,7 @@
#!/bin/env node
var connect = require('connect');
var connect = require('connect'),
path = require('path');
connect.createServer(
connect.static(__dirname)
connect.static(path.join(__dirname,'../'))
).listen(9090);

0 comments on commit 5db2f25

Please sign in to comment.