Comparing version 0.0.6 to 0.0.7
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
.option('--scope <dir>', 'process directory') | ||
.action(function() { | ||
.action(function(args) { | ||
var builder = new Builder(); | ||
@@ -12,0 +12,0 @@ builder.buildProject(process.cwd(), args.scope).then(function (project) { |
{ | ||
"author": "Marat Dulin", | ||
"name": "analyze", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": "0.10" |
34733