Comparing version 1.2.0 to 1.2.1
@@ -51,3 +51,2 @@ #! /usr/bin/env node | ||
if (program.cwd) { | ||
console.log(program.cwd); | ||
process.chdir(program.cwd); | ||
@@ -54,0 +53,0 @@ modulePath.addPath(program.cwd); |
{ | ||
"name": "cmd-fn", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"repository": "git://github.com/davej/cmd-fn", | ||
@@ -5,0 +5,0 @@ "description": "Execute any node module function from the command line.", |
5190
89