Skip to content

Commit

Permalink
update basic example for node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pure committed Mar 4, 2011
1 parent e4b4544 commit 49be975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion node/test.js
Expand Up @@ -13,4 +13,6 @@ http.createServer(function (req, res) {


}).listen(1234, "127.0.0.1");
console.log('Server running at http://127.0.0.1:1234/');
console.log('Server running at http://127.0.0.1:1234/');


2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies" : [],
"lib" : "libs",
"main" : "libs/pure.js",
"version" : "2.65.0",
"version" : "2.66.0",
"repository" : {
"type" : "git",
"url" : "http://github.com/pure/pure.git"
Expand Down

0 comments on commit 49be975

Please sign in to comment.