Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed May 25, 2011
1 parent 90f73b5 commit 1c55008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/require-analyzer
Expand Up @@ -16,6 +16,7 @@ var help = [
'is supplied then the current directory is used',
'',
'options:',
' -d, --dir Directory to check for package.json',
' --update Update versions for existing dependencies',
' -f, --file File to check for instead of package.json.',
' --safe display existing dependencies but do change package.json',
Expand Down Expand Up @@ -82,6 +83,7 @@ function listDependencies (pkg, msgs) {
})
}

console.log(argv)
var dir = process.cwd(),
source = argv._[0],
pkgFile;
Expand Down

0 comments on commit 1c55008

Please sign in to comment.