diff --git a/package.json b/package.json index f9b875e..312d22a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "shelljs" , "version": "0.0.1" , "author": "Artur Adib " -, "description": "Unix shell commands for Node.js" +, "description": "Portable Unix shell commands for Node.js" , "keywords": ["unix", "shell", "makefile", "make", "jake", "synchronous"] -, "repository": "git://github.com/arturadib/shell.js" -, "homepage": "http://github.com/arturadib/shell.js" +, "repository": "git://github.com/arturadib/shelljs" +, "homepage": "http://github.com/arturadib/shelljs" , "main": "./shell.js" , "scripts": { "test": "node scripts/run-tests" diff --git a/shell.js b/shell.js index bf6212b..2d9a5a7 100644 --- a/shell.js +++ b/shell.js @@ -1,9 +1,9 @@ // -// shell.js +// ShellJS // Unix shell commands on top of Node's API // // Copyright (c) 2012 Artur Adib -// http://github.com/arturadib/shell.js +// http://github.com/arturadib/shelljs // var fs = require('fs'),