Skip to content

Commit

Permalink
took out the auto add for nodejs.org link, important mongoose req to …
Browse files Browse the repository at this point in the history
…2.2.3 since 2.2.2 has a buffer issue
  • Loading branch information
Edward Hotchkiss committed Sep 30, 2011
1 parent b77ac98 commit eef7008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/server.js
Expand Up @@ -33,6 +33,6 @@ var app = http.createServer(function(request, response) {
});

app.listen(8080);
console.log("> Open http://localhost:8080/kQ4c");
console.log("> Open http://localhost:8080/");

/* EOF */
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Edward Hotchkiss <e@ingk.com>",
"name": "short",
"description": "Generate, retieve short urls over mongoose/mongodb/express",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/edwardhotchkiss/short.git"
Expand All @@ -13,7 +13,7 @@
"node": "~v0.4.11"
},
"dependencies": {
"mongoose":"2.2.2",
"mongoose":"2.2.3",
"base-converter":"1.1.1"
}
}

0 comments on commit eef7008

Please sign in to comment.