Skip to content

Commit

Permalink
say my name!
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Sep 29, 2013
1 parent ce2b392 commit 41e6558
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/servus
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (options.help) {
chalk.red('Read more at: ')+chalk.magenta('https://github.com/shahata/servus')+'\n');
} else if (options.version) {
var pkg = require('../package.json');
console.log(chalk.yellow.bold(pkg.name)+' '+chalk.cyan(pkg.version)+' by '+chalk.green(pkg.author));
console.log(chalk.yellow.bold(pkg.name)+' '+chalk.cyan(pkg.version)+' by '+chalk.green(pkg.author.name));
console.log(chalk.red('Read more at: ')+chalk.magenta('https://github.com/shahata/servus'));
} else if (options.init) {
var filename = 'servus.conf.js';
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "servus",
"version": "0.0.8",
"version": "0.0.9",
"description": "Connect based web server & reverse proxy",
"main": "lib",
"scripts": {
Expand All @@ -9,9 +9,14 @@
"bin": {
"servus": "bin/servus"
},
"repository": "[email protected]:shahata/servus.git",
"repository": {
"type": "git",
"url": "[email protected]:shahata/servus.git"
},
"preferGlobal": true,
"author": "Shahar Talmi",
"author": {
"name": "Shahar Talmi"
},
"license": "BSD",
"dependencies": {
"connect": "~2.9.0",
Expand Down

0 comments on commit 41e6558

Please sign in to comment.