Skip to content

Commit

Permalink
updated default nodejs to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Jun 30, 2012
1 parent 45b7257 commit ed9a681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/app.js
Expand Up @@ -240,7 +240,7 @@ function init (args) {
config.brand config.brand
packageJSON.name = appname; packageJSON.name = appname;
packageJSON.homepage = 'http://'+ appname + '.nodester.com'; packageJSON.homepage = 'http://'+ appname + '.nodester.com';
packageJSON.node = '0.6.17'; packageJSON.node = '0.8.1';
packageJSON.author = config.username; packageJSON.author = config.username;


log.info('writing the default configuration'); log.info('writing the default configuration');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "nodester-cli", "name": "nodester-cli",
"description": "A CLI tool to allow interaction with the http://nodester.com/ platform.", "description": "A CLI tool to allow interaction with the http://nodester.com/ platform.",
"version": "1.0.1", "version": "1.0.2",
"homepage": "http://nodester.com/", "homepage": "http://nodester.com/",
"repository": "git://github.com/nodester/nodester-cli.git", "repository": "git://github.com/nodester/nodester-cli.git",
"author": "Daniel Bartlett <dan@f-box.org> (http://danb-uk.net/)", "author": "Daniel Bartlett <dan@f-box.org> (http://danb-uk.net/)",
Expand Down

0 comments on commit ed9a681

Please sign in to comment.